#8E78C9

Color #8E78C9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8E78C9

Tints of True V #8E78C9

Color information

#8E78C9 (or 0x8E78C9) is unknown color: approx True V. HEX triplet: 8E, 78 and C9. RGB value is (142,120,201). Sum of RGB (Red+Green+Blue) = 142+120+201=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E78C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78C9 is #718736. Grayscale: #878787. Windows color (decimal): -7440183 or 13203598. OLE color: 13203598.

HSL color Cylindrical-coordinate representation of color #8E78C9: hue angle of 256.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E78C9 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142120201-
CMYK0.290.4000.21
HSL256.3º42.86%62.94%-
HSV(B)256.3º40.3%78.82%-
XYZ28.4123.458.28-
YUV135.81164.79132.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=30.67%
G=25.92%
B=43.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421202010.290.4000.21256.342.8662.94
Hex8E78C91D280151002b3f
Octal21617031135500254005377
Binary1000111011110001100100111101101000010101100000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E78C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E78C9; }

 p { color: rgb(142,120,201); }

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

<style>
 a { background-color: #8E78C9; }

 a { background-color: rgb(142,120,201); }

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

<style>
 span { border-color: #8E78C9; }

 span { border-color: rgb(142,120,201); }

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