#876EBA

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

Shades of True V #876EBA

Tints of True V #876EBA

Color information

#876EBA (or 0x876EBA) is unknown color: approx True V. HEX triplet: 87, 6E and BA. RGB value is (135,110,186). Sum of RGB (Red+Green+Blue) = 135+110+186=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #876EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EBA is #789145. Grayscale: #7D7D7D. Windows color (decimal): -7901510 or 12217991. OLE color: 12217991.

HSL color Cylindrical-coordinate representation of color #876EBA: hue angle of 259.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876EBA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135110186-
CMYK0.270.4100.27
HSL259.74º35.51%58.04%-
HSV(B)259.74º40.86%72.94%-
XYZ24.4319.8549-
YUV126.14161.78134.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=31.32%
G=25.52%
B=43.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351101860.270.4100.27259.7435.5158.04
Hex876EBA1B2901B104243a
Octal20715627233510334044472
Binary1000011111011101011101011011101001011011100000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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