#8B77BB

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

Shades of True V #8B77BB

Tints of True V #8B77BB

Color information

#8B77BB (or 0x8B77BB) is unknown color: approx True V. HEX triplet: 8B, 77 and BB. RGB value is (139,119,187). Sum of RGB (Red+Green+Blue) = 139+119+187=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77BB is #748844. Grayscale: #848484. Windows color (decimal): -7637061 or 12285835. OLE color: 12285835.

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

Color convert

RGB139119187-
CMYK0.260.3600.27
HSL257.65º33.33%60%-
HSV(B)257.65º36.36%73.33%-
XYZ26.2122.2749.93-
YUV132.73158.63132.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=31.24%
G=26.74%
B=42.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391191870.260.3600.27257.6533.3360
Hex8B77BB1A2401B102213c
Octal21316727332440334024174
Binary1000101111101111011101111010100100011011100000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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