#876EBE

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

Shades of True V #876EBE

Tints of True V #876EBE

Color information

#876EBE (or 0x876EBE) is unknown color: approx True V. HEX triplet: 87, 6E and BE. RGB value is (135,110,190). Sum of RGB (Red+Green+Blue) = 135+110+190=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #876EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EBE is #789141. Grayscale: #7E7E7E. Windows color (decimal): -7901506 or 12480135. OLE color: 12480135.

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

Color convert

RGB135110190-
CMYK0.290.4200.25
HSL258.75º38.1%58.82%-
HSV(B)258.75º42.11%74.51%-
XYZ24.8620.0251.27-
YUV126.59163.78134-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=31.03%
G=25.29%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351101900.290.4200.25258.7538.158.82
Hex876EBE1D2A019103263b
Octal20715627635520314034673
Binary1000011111011101011111011101101010011001100000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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