#876ad2

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

Shades of True V #876AD2

Tints of True V #876AD2

Color information

#876AD2 (or 0x876AD2) is unknown color: approx True V. HEX triplet: 87, 6A and D2. RGB value is (135,106,210). Sum of RGB (Red+Green+Blue) = 135+106+210=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 210 - color contains mainly: blue. Hex color #876AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876AD2 is #78952D. Grayscale: #7E7E7E. Windows color (decimal): -7902510 or 13789831. OLE color: 13789831.

HSL color Cylindrical-coordinate representation of color #876AD2: hue angle of 256.73º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876AD2 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135106210-
CMYK0.360.5000.18
HSL256.73º53.61%61.96%-
HSV(B)256.73º49.52%82.35%-
XYZ26.7820.1163.44-
YUV126.53175.11134.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.93%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 210 (82.42% from 255) = 46.56%
R=29.93%
G=23.50%
B=46.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351062100.360.5000.18256.7353.6161.96
Hex876AD22432012101363e
Octal20715232244620224016676
Binary10000111110101011010010100100110010010010100000001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,106,210); }

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

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

 a { background-color: rgb(135,106,210); }

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

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

 span { border-color: rgb(135,106,210); }

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