Html Css Color HEX #8E78BC True V

📋 copy color: '#8E78BC'

red 142 ◦ green 120 ◦ blue 188

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

Shades of True V #8E78BC

Tints of True V #8E78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 31.56%
G = 26.67%
B = 41.78%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E78BC (or 0x8E78BC) is known color: True V. HEX triplet: 8E, 78 and BC. RGB value is (142,120,188). Sum of RGB (Red+Green+Blue) = 142+120+188=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E78BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E78BC is #718743. Grayscale: #868686. Windows color (decimal): -7440196 or 12351630. OLE color: 12351630.

HSL color Cylindrical-coordinate representation of color #8E78BC: hue angle of 259.41º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E78BC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 120 188 -
CMYK 0.24 0.36 0 0.26
HSL 259.41º 0.34% 0.6% -
HSV(B) 259.41º 0.36% 0.74% -
XYZ 26.95 22.81 50.56 -
YUV 134.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 142 120 188 0.24 0.36 0 0.26 259.41 0.34 0.6
Hex 8E 78 BC 18 24 0 1A 103 22 3C
Octal 216 170 274 30 44 0 32 403 42 74
Binary 10001110 1111000 10111100 11000 100100 0 11010 100000011 100010 111100

Color Harmonies of #8E78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E78BC

Black with #8E78BC

Text Example


Text Example

White with #8E78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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