#876DBD

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

Shades of True V #876DBD

Tints of True V #876DBD

Color information

#876DBD (or 0x876DBD) is unknown color: approx True V. HEX triplet: 87, 6D and BD. RGB value is (135,109,189). Sum of RGB (Red+Green+Blue) = 135+109+189=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #876DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DBD is #789242. Grayscale: #7D7D7D. Windows color (decimal): -7901763 or 12414343. OLE color: 12414343.

HSL color Cylindrical-coordinate representation of color #876DBD: hue angle of 259.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876DBD is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135109189-
CMYK0.290.4200.26
HSL259.5º37.74%58.43%-
HSV(B)259.5º42.33%74.12%-
XYZ24.6519.7650.66-
YUV125.89163.61134.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=31.18%
G=25.17%
B=43.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351091890.290.4200.26259.537.7458.43
Hex876DBD1D2A01A104263a
Octal20715527535520324044672
Binary1000011111011011011110111101101010011010100000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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