#876BB6

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

Shades of True V #876BB6

Tints of True V #876BB6

Color information

#876BB6 (or 0x876BB6) is unknown color: approx True V. HEX triplet: 87, 6B and B6. RGB value is (135,107,182). Sum of RGB (Red+Green+Blue) = 135+107+182=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #876BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BB6 is #789449. Grayscale: #7B7B7B. Windows color (decimal): -7902282 or 11955079. OLE color: 11955079.

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

Color convert

RGB135107182-
CMYK0.260.4100.29
HSL262.4º33.94%56.67%-
HSV(B)262.4º41.21%71.37%-
XYZ23.6919.0446.68-
YUV123.92160.78135.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 107 (42.19% from 255) = 25.24%
BLUE value IS 182 (71.48% from 255) = 42.92%
R=31.84%
G=25.24%
B=42.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351071820.260.4100.29262.433.9456.67
Hex876BB61A2901D1062239
Octal20715326632510354064271
Binary1000011111010111011011011010101001011101100000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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