#8E77CE

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

Shades of True V #8E77CE

Tints of True V #8E77CE

Color information

#8E77CE (or 0x8E77CE) is unknown color: approx True V. HEX triplet: 8E, 77 and CE. RGB value is (142,119,206). Sum of RGB (Red+Green+Blue) = 142+119+206=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77CE is #718831. Grayscale: #878787. Windows color (decimal): -7440434 or 13531022. OLE color: 13531022.

HSL color Cylindrical-coordinate representation of color #8E77CE: hue angle of 255.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E77CE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142119206-
CMYK0.310.4200.19
HSL255.86º47.03%63.73%-
HSV(B)255.86º42.23%80.78%-
XYZ28.8923.461.39-
YUV135.79167.62132.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=30.41%
G=25.48%
B=44.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421192060.310.4200.19255.8647.0363.73
Hex8E77CE1F2A0131002f40
Octal216167316375202340057100
Binary10001110111011111001110111111010100100111000000001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E77CE;
 }
 .AnyTagClassName
 {
   color: #8E77CE;
 }
</style>
background-color css

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

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

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

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

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

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