#8B77BA

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

Shades of True V #8B77BA

Tints of True V #8B77BA

Color information

#8B77BA (or 0x8B77BA) is unknown color: approx True V. HEX triplet: 8B, 77 and BA. RGB value is (139,119,186). Sum of RGB (Red+Green+Blue) = 139+119+186=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77BA is #748845. Grayscale: #848484. Windows color (decimal): -7637062 or 12220299. OLE color: 12220299.

HSL color Cylindrical-coordinate representation of color #8B77BA: hue angle of 257.91º 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 #8B77BA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139119186-
CMYK0.250.3600.27
HSL257.91º32.68%59.8%-
HSV(B)257.91º36.02%72.94%-
XYZ26.1122.2349.37-
YUV132.62158.13132.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=31.31%
G=26.80%
B=41.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391191860.250.3600.27257.9132.6859.8
Hex8B77BA192401B102213c
Octal21316727231440334024174
Binary1000101111101111011101011001100100011011100000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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