#814ECC

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

Shades of Slate Blue #814ECC

Tints of Slate Blue #814ECC

Color information

#814ECC (or 0x814ECC) is unknown color: approx Slate Blue. HEX triplet: 81, 4E and CC. RGB value is (129,78,204). Sum of RGB (Red+Green+Blue) = 129+78+204=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #814ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ECC is #7EB133. Grayscale: #6B6B6B. Windows color (decimal): -8302900 or 13389441. OLE color: 13389441.

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

Color convert

RGB12978204-
CMYK0.370.6200.2
HSL264.29º55.26%55.29%-
HSV(B)264.29º61.76%80%-
XYZ22.6814.4858.73-
YUV107.61182.4143.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=31.39%
G=18.98%
B=49.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129782040.370.6200.2264.2955.2655.29
Hex814ECC253E0141083737
Octal20111631445760244106767
Binary10000001100111011001100100101111110010100100001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,78,204); }

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

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

 a { background-color: rgb(129,78,204); }

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

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

 span { border-color: rgb(129,78,204); }

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