Html Css Color HEX #8E78BE True V

📋 copy color: '#8E78BE'

red 142 ◦ green 120 ◦ blue 190

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

Shades of True V #8E78BE

Tints of True V #8E78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 31.42%
G = 26.55%
B = 42.04%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E78BE (or 0x8E78BE) is known color: True V. HEX triplet: 8E, 78 and BE. RGB value is (142,120,190). Sum of RGB (Red+Green+Blue) = 142+120+190=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78BE is #718741. Grayscale: #868686. Windows color (decimal): -7440194 or 12482702. OLE color: 12482702.

HSL color Cylindrical-coordinate representation of color #8E78BE: hue angle of 258.86º degrees, saturation: 0.35, 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 #8E78BE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 120 190 -
CMYK 0.25 0.37 0 0.25
HSL 258.86º 0.35% 0.61% -
HSV(B) 258.86º 0.37% 0.75% -
XYZ 27.17 22.9 51.7 -
YUV 134.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 142 120 190 0.25 0.37 0 0.25 258.86 0.35 0.61
Hex 8E 78 BE 19 25 0 19 103 23 3D
Octal 216 170 276 31 45 0 31 403 43 75
Binary 10001110 1111000 10111110 11001 100101 0 11001 100000011 100011 111101

Color Harmonies of #8E78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78BE

Black with #8E78BE

Text Example


Text Example

White with #8E78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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