#8E78BF

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

Shades of True V #8E78BF

Tints of True V #8E78BF

Color information

#8E78BF (or 0x8E78BF) is unknown color: approx True V. HEX triplet: 8E, 78 and BF. RGB value is (142,120,191). Sum of RGB (Red+Green+Blue) = 142+120+191=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E78BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78BF is #718740. Grayscale: #868686. Windows color (decimal): -7440193 or 12548238. OLE color: 12548238.

HSL color Cylindrical-coordinate representation of color #8E78BF: hue angle of 258.59º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E78BF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142120191-
CMYK0.260.3700.25
HSL258.59º35.68%60.98%-
HSV(B)258.59º37.17%74.9%-
XYZ27.2822.9552.28-
YUV134.67159.79133.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 191 (75% from 255) = 42.16%
R=31.35%
G=26.49%
B=42.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421201910.260.3700.25258.5935.6860.98
Hex8E78BF1A25019103243d
Octal21617027732450314034475
Binary1000111011110001011111111010100101011001100000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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