#814FCE

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

Shades of Slate Blue #814FCE

Tints of Slate Blue #814FCE

Color information

#814FCE (or 0x814FCE) is unknown color: approx Slate Blue. HEX triplet: 81, 4F and CE. RGB value is (129,79,206). Sum of RGB (Red+Green+Blue) = 129+79+206=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #814FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FCE is #7EB031. Grayscale: #6B6B6B. Windows color (decimal): -8302642 or 13520769. OLE color: 13520769.

HSL color Cylindrical-coordinate representation of color #814FCE: hue angle of 263.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814FCE is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12979206-
CMYK0.370.6200.19
HSL263.62º56.44%55.88%-
HSV(B)263.62º61.65%80.78%-
XYZ22.9914.7260.02-
YUV108.43183.06142.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 79 (31.25% from 255) = 19.08%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=31.16%
G=19.08%
B=49.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129792060.370.6200.19263.6256.4455.88
Hex814FCE253E0131083838
Octal20111731645760234107070
Binary10000001100111111001110100101111110010011100001000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,79,206); }

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

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

 a { background-color: rgb(129,79,206); }

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

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

 span { border-color: rgb(129,79,206); }

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