Html Css Color HEX #8E78BF True V

📋 copy color: '#8E78BF'

red 142 ◦ green 120 ◦ blue 191

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

Shades of True V #8E78BF

Tints of True V #8E78BF

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

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 142 120 191 -
CMYK 0.26 0.37 0 0.25
HSL 258.59º 0.36% 0.61% -
HSV(B) 258.59º 0.37% 0.75% -
XYZ 27.28 22.95 52.28 -
YUV 134.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 142 120 191 0.26 0.37 0 0.25 258.59 0.36 0.61
Hex 8E 78 BF 1A 25 0 19 103 24 3D
Octal 216 170 277 32 45 0 31 403 44 75
Binary 10001110 1111000 10111111 11010 100101 0 11001 100000011 100100 111101

Color Harmonies of #8E78BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78BF

Black with #8E78BF

Text Example


Text Example

White with #8E78BF

Text Example


Text Example

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