#8E77BA

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

Shades of True V #8E77BA

Tints of True V #8E77BA

Color information

#8E77BA (or 0x8E77BA) is unknown color: approx True V. HEX triplet: 8E, 77 and BA. RGB value is (142,119,186). Sum of RGB (Red+Green+Blue) = 142+119+186=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77BA is #718845. Grayscale: #858585. Windows color (decimal): -7440454 or 12220302. OLE color: 12220302.

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

Color convert

RGB142119186-
CMYK0.240.3600.27
HSL260.6º32.68%59.8%-
HSV(B)260.6º36.02%72.94%-
XYZ26.6222.4949.39-
YUV133.51157.62134.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=31.77%
G=26.62%
B=41.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421191860.240.3600.27260.632.6859.8
Hex8E77BA182401B105213c
Octal21616727230440334054174
Binary1000111011101111011101011000100100011011100000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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