#8772BF

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

Shades of True V #8772BF

Tints of True V #8772BF

Color information

#8772BF (or 0x8772BF) is unknown color: approx True V. HEX triplet: 87, 72 and BF. RGB value is (135,114,191). Sum of RGB (Red+Green+Blue) = 135+114+191=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #8772BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772BF is #788D40. Grayscale: #808080. Windows color (decimal): -7900481 or 12546695. OLE color: 12546695.

HSL color Cylindrical-coordinate representation of color #8772BF: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8772BF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135114191-
CMYK0.290.4000.25
HSL256.36º37.56%59.8%-
HSV(B)256.36º40.31%74.9%-
XYZ25.4120.9551.99-
YUV129.06162.96132.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.68%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 191 (75% from 255) = 43.41%
R=30.68%
G=25.91%
B=43.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351141910.290.4000.25256.3637.5659.8
Hex8772BF1D28019100263c
Octal20716227735500314004674
Binary1000011111100101011111111101101000011001100000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8772BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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