#876fb6

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

Shades of True V #876FB6

Tints of True V #876FB6

Color information

#876FB6 (or 0x876FB6) is unknown color: approx True V. HEX triplet: 87, 6F and B6. RGB value is (135,111,182). Sum of RGB (Red+Green+Blue) = 135+111+182=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #876FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FB6 is #789049. Grayscale: #7E7E7E. Windows color (decimal): -7901258 or 11956103. OLE color: 11956103.

HSL color Cylindrical-coordinate representation of color #876FB6: hue angle of 260.28º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #876FB6 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135111182-
CMYK0.260.3900.29
HSL260.28º32.72%57.45%-
HSV(B)260.28º39.01%71.37%-
XYZ24.1219.946.83-
YUV126.27159.45134.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 111 (43.75% from 255) = 25.93%
BLUE value IS 182 (71.48% from 255) = 42.52%
R=31.54%
G=25.93%
B=42.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351111820.260.3900.29260.2832.7257.45
Hex876FB61A2701D1042139
Octal20715726632470354044171
Binary1000011111011111011011011010100111011101100000100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876fb6; }

 p { color: rgb(135,111,182); }

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

<style>
 a { background-color: #876fb6; }

 a { background-color: rgb(135,111,182); }

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

<style>
 span { border-color: #876fb6; }

 span { border-color: rgb(135,111,182); }

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