#8E78BA

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

Shades of True V #8E78BA

Tints of True V #8E78BA

Color information

#8E78BA (or 0x8E78BA) is unknown color: approx True V. HEX triplet: 8E, 78 and BA. RGB value is (142,120,186). Sum of RGB (Red+Green+Blue) = 142+120+186=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78BA is #718745. Grayscale: #858585. Windows color (decimal): -7440198 or 12220558. OLE color: 12220558.

HSL color Cylindrical-coordinate representation of color #8E78BA: hue angle of 260º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E78BA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142120186-
CMYK0.240.3500.27
HSL260º32.35%60%-
HSV(B)260º35.48%72.94%-
XYZ26.7322.7349.43-
YUV134.1157.29133.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=31.70%
G=26.79%
B=41.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421201860.240.3500.2726032.3560
Hex8E78BA182301B104203c
Octal21617027230430334044074
Binary1000111011110001011101011000100011011011100000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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