#8E77BC

Color #8E77BC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8E77BC

Tints of True V #8E77BC

Color information

#8E77BC (or 0x8E77BC) is unknown color: approx 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

RGB142119188-
CMYK0.240.3700.26
HSL260º33.99%60.2%-
HSV(B)260º36.7%73.73%-
XYZ26.8322.5850.52-
YUV133.74158.62133.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=31.63%
G=26.50%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421191880.240.3700.2626033.9960.2
Hex8E77BC182501A104223c
Octal21616727430450324044274
Binary1000111011101111011110011000100101011010100000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>