Html Css Color HEX #8E78C9 True V

📋 copy color: '#8E78C9'

red 142 ◦ green 120 ◦ blue 201

#8E78C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8E78C9

Tints of True V #8E78C9

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 value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E78C9 (or 0x8E78C9) is known color: 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

RGB 142 120 201 -
CMYK 0.29 0.40 0 0.21
HSL 256.3º 0.43% 0.63% -
HSV(B) 256.3º 0.4% 0.79% -
XYZ 28.41 23.4 58.28 -
YUV 135.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 142 120 201 0.29 0.40 0 0.21 256.3 0.43 0.63
Hex 8E 78 C9 1D 28 0 15 100 2B 3F
Octal 216 170 311 35 50 0 25 400 53 77
Binary 10001110 1111000 11001001 11101 101000 0 10101 100000000 101011 111111

Color Harmonies of #8E78C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78C9

Black with #8E78C9

Text Example


Text Example

White with #8E78C9

Text Example


Text Example

HTML Codes & Css Web 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>