#876ad0

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

Shades of True V #876AD0

Tints of True V #876AD0

Color information

#876AD0 (or 0x876AD0) is unknown color: approx True V. HEX triplet: 87, 6A and D0. RGB value is (135,106,208). Sum of RGB (Red+Green+Blue) = 135+106+208=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #876AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876AD0 is #78952F. Grayscale: #7D7D7D. Windows color (decimal): -7902512 or 13658759. OLE color: 13658759.

HSL color Cylindrical-coordinate representation of color #876AD0: hue angle of 257.06º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876AD0 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135106208-
CMYK0.350.4900.18
HSL257.06º52.04%61.57%-
HSV(B)257.06º49.04%81.57%-
XYZ26.5320.0162.14-
YUV126.3174.11134.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 208 (81.64% from 255) = 46.33%
R=30.07%
G=23.61%
B=46.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351062080.350.4900.18257.0652.0461.57
Hex876AD02331012101343e
Octal20715232043610224016476
Binary10000111110101011010000100011110001010010100000001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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