Html Css Color HEX #8E77BC True V

📋 copy color: '#8E77BC'

red 142 ◦ green 119 ◦ blue 188

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

Shades of True V #8E77BC

Tints of True V #8E77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 31.63%
G = 26.5%
B = 41.87%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E77BC (or 0x8E77BC) is known color: True V. HEX triplet: 8E, 77 and BC. RGB value is (142,119,188). Sum of RGB (Red+Green+Blue) = 142+119+188=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E77BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77BC is #718843. Grayscale: #858585. Windows color (decimal): -7440452 or 12351374. OLE color: 12351374.

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

Color convert

RGB 142 119 188 -
CMYK 0.24 0.37 0 0.26
HSL 260º 0.34% 0.6% -
HSV(B) 260º 0.37% 0.74% -
XYZ 26.83 22.58 50.52 -
YUV 133.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 142 119 188 0.24 0.37 0 0.26 260 0.34 0.6
Hex 8E 77 BC 18 25 0 1A 104 22 3C
Octal 216 167 274 30 45 0 32 404 42 74
Binary 10001110 1110111 10111100 11000 100101 0 11010 100000100 100010 111100

Color Harmonies of #8E77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E77BC

Black with #8E77BC

Text Example


Text Example

White with #8E77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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