#876DBE

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

Shades of True V #876DBE

Tints of True V #876DBE

Color information

#876DBE (or 0x876DBE) is unknown color: approx True V. HEX triplet: 87, 6D and BE. RGB value is (135,109,190). Sum of RGB (Red+Green+Blue) = 135+109+190=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #876DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DBE is #789241. Grayscale: #7D7D7D. Windows color (decimal): -7901762 or 12479879. OLE color: 12479879.

HSL color Cylindrical-coordinate representation of color #876DBE: hue angle of 259.26º degrees, saturation: 0.38, 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 #876DBE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135109190-
CMYK0.290.4300.25
HSL259.26º38.39%58.63%-
HSV(B)259.26º42.63%74.51%-
XYZ24.7519.8151.23-
YUV126.01164.11134.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=31.11%
G=25.12%
B=43.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351091900.290.4300.25259.2638.3958.63
Hex876DBE1D2B019103263b
Octal20715527635530314034673
Binary1000011111011011011111011101101011011001100000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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