#876DC0

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

Shades of True V #876DC0

Tints of True V #876DC0

Color information

#876DC0 (or 0x876DC0) is unknown color: approx True V. HEX triplet: 87, 6D and C0. RGB value is (135,109,192). Sum of RGB (Red+Green+Blue) = 135+109+192=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #876DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DC0 is #78923F. Grayscale: #7D7D7D. Windows color (decimal): -7901760 or 12610951. OLE color: 12610951.

HSL color Cylindrical-coordinate representation of color #876DC0: hue angle of 258.8º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876DC0 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135109192-
CMYK0.300.4300.25
HSL258.8º39.71%59.02%-
HSV(B)258.8º43.23%75.29%-
XYZ24.9719.8952.39-
YUV126.24165.11134.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=30.96%
G=25%
B=44.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351091920.300.4300.25258.839.7159.02
Hex876DC01E2B019103283b
Octal20715530036530314035073
Binary1000011111011011100000011110101011011001100000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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