#814CE0

Color #814CE0 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #814CE0

Tints of Medium Slate Blue #814CE0

Color information

#814CE0 (or 0x814CE0) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 4C and E0. RGB value is (129,76,224). Sum of RGB (Red+Green+Blue) = 129+76+224=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #814CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CE0 is #7EB31F. Grayscale: #6C6C6C. Windows color (decimal): -8303392 or 14699649. OLE color: 14699649.

HSL color Cylindrical-coordinate representation of color #814CE0: hue angle of 261.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814CE0 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12976224-
CMYK0.420.6600.12
HSL261.49º70.48%58.82%-
HSV(B)261.49º66.07%87.84%-
XYZ25.0915.2272.14-
YUV108.72193.06142.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=30.07%
G=17.72%
B=52.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal129762240.420.6600.12261.4970.4858.82
Hex814CE02A420C105463b
Octal2011143405210201440510673
Binary100000011001100111000001010101000010011001000001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814CE0; }

 p { color: rgb(129,76,224); }

 H1.HeaderClassName
 {
   color: #814CE0;
 }
 .AnyTagClassName
 {
   color: #814CE0;
 }
</style>
background-color css

<style>
 a { background-color: #814CE0; }

 a { background-color: rgb(129,76,224); }

 div.DivClassName
 {
   background-color: #814CE0;
 }
 .BgClassName
 {
   background-color: #814CE0;
 }
</style>
border-color css

<style>
 span { border-color: #814CE0; }

 span { border-color: rgb(129,76,224); }

 td.TdClassName
 {
   border-color: #814CE0;
 }
 .TagClassName
 {
   border-color: #814CE0;
 }
</style>