#8B77BF

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

Shades of True V #8B77BF

Tints of True V #8B77BF

Color information

#8B77BF (or 0x8B77BF) is unknown color: approx True V. HEX triplet: 8B, 77 and BF. RGB value is (139,119,191). Sum of RGB (Red+Green+Blue) = 139+119+191=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B77BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77BF is #748840. Grayscale: #848484. Windows color (decimal): -7637057 or 12547979. OLE color: 12547979.

HSL color Cylindrical-coordinate representation of color #8B77BF: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B77BF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139119191-
CMYK0.270.3800.25
HSL256.67º36%60.78%-
HSV(B)256.67º37.7%74.9%-
XYZ26.6522.4452.22-
YUV133.19160.63132.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 191 (75% from 255) = 42.54%
R=30.96%
G=26.50%
B=42.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391191910.270.3800.25256.673660.78
Hex8B77BF1B26019101243d
Octal21316727733460314014475
Binary1000101111101111011111111011100110011001100000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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