#876DB9

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

Shades of True V #876DB9

Tints of True V #876DB9

Color information

#876DB9 (or 0x876DB9) is unknown color: approx True V. HEX triplet: 87, 6D and B9. RGB value is (135,109,185). Sum of RGB (Red+Green+Blue) = 135+109+185=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #876DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DB9 is #789246. Grayscale: #7D7D7D. Windows color (decimal): -7901767 or 12152199. OLE color: 12152199.

HSL color Cylindrical-coordinate representation of color #876DB9: hue angle of 260.53º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876DB9 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135109185-
CMYK0.270.4100.27
HSL260.53º35.19%57.65%-
HSV(B)260.53º41.08%72.55%-
XYZ24.2219.5948.4-
YUV125.44161.61134.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=31.47%
G=25.41%
B=43.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351091850.270.4100.27260.5335.1957.65
Hex876DB91B2901B105233a
Octal20715527133510334054372
Binary1000011111011011011100111011101001011011100000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,109,185); }

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

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

 a { background-color: rgb(135,109,185); }

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

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

 span { border-color: rgb(135,109,185); }

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