#876DCF

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

Shades of True V #876DCF

Tints of True V #876DCF

Color information

#876DCF (or 0x876DCF) is unknown color: approx True V. HEX triplet: 87, 6D and CF. RGB value is (135,109,207). Sum of RGB (Red+Green+Blue) = 135+109+207=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #876DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DCF is #789230. Grayscale: #7F7F7F. Windows color (decimal): -7901745 or 13593991. OLE color: 13593991.

HSL color Cylindrical-coordinate representation of color #876DCF: hue angle of 255.92º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876DCF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135109207-
CMYK0.350.4700.19
HSL255.92º50.52%61.96%-
HSV(B)255.92º47.34%81.18%-
XYZ26.7220.5961.6-
YUV127.95172.61133.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.93%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=29.93%
G=24.17%
B=45.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351092070.350.4700.19255.9250.5261.96
Hex876DCF232F013100333e
Octal20715531743570234006376
Binary10000111110110111001111100011101111010011100000000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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