Html Css Color HEX #8E78CF True V

📋 copy color: '#8E78CF'

red 142 ◦ green 120 ◦ blue 207

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

Shades of True V #8E78CF

Tints of True V #8E78CF

RGB

 RED value IS 142 (55.86% from 255) = 30.28%

 GREEN value IS 120 (47.27% from 255) = 25.59%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 30.28%
G = 25.59%
B = 44.14%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E78CF (or 0x8E78CF) is known color: True V. HEX triplet: 8E, 78 and CF. RGB value is (142,120,207). Sum of RGB (Red+Green+Blue) = 142+120+207=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78CF is #718730. Grayscale: #888888. Windows color (decimal): -7440177 or 13596814. OLE color: 13596814.

HSL color Cylindrical-coordinate representation of color #8E78CF: hue angle of 255.17º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E78CF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 120 207 -
CMYK 0.31 0.42 0 0.19
HSL 255.17º 0.48% 0.64% -
HSV(B) 255.17º 0.42% 0.81% -
XYZ 29.13 23.69 62.07 -
YUV 136.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 142 120 207 0.31 0.42 0 0.19 255.17 0.48 0.64
Hex 8E 78 CF 1F 2A 0 13 FF 30 40
Octal 216 170 317 37 52 0 23 377 60 100
Binary 10001110 1111000 11001111 11111 101010 0 10011 11111111 110000 1000000

Color Harmonies of #8E78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78CF

Black with #8E78CF

Text Example


Text Example

White with #8E78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E78CF;
 }
 .AnyTagClassName
 {
   color: #8E78CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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