#8772BB

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

Shades of True V #8772BB

Tints of True V #8772BB

Color information

#8772BB (or 0x8772BB) is unknown color: approx True V. HEX triplet: 87, 72 and BB. RGB value is (135,114,187). Sum of RGB (Red+Green+Blue) = 135+114+187=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #8772BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772BB is #788D44. Grayscale: #808080. Windows color (decimal): -7900485 or 12284551. OLE color: 12284551.

HSL color Cylindrical-coordinate representation of color #8772BB: hue angle of 257.26º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8772BB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135114187-
CMYK0.280.3900.27
HSL257.26º34.93%59.02%-
HSV(B)257.26º39.04%73.33%-
XYZ24.9820.7749.71-
YUV128.6160.96132.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=30.96%
G=26.15%
B=42.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351141870.280.3900.27257.2634.9359.02
Hex8772BB1C2701B101233b
Octal20716227334470334014373
Binary1000011111100101011101111100100111011011100000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8772BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8772BB; }

 p { color: rgb(135,114,187); }

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

<style>
 a { background-color: #8772BB; }

 a { background-color: rgb(135,114,187); }

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

<style>
 span { border-color: #8772BB; }

 span { border-color: rgb(135,114,187); }

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