#866D90

Color #866D90 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #866D90

Tints of Mamba #866D90

Color information

#866D90 (or 0x866D90) is unknown color: approx Mamba. HEX triplet: 86, 6D and 90. RGB value is (134,109,144). Sum of RGB (Red+Green+Blue) = 134+109+144=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #866D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D90 is #79926F. Grayscale: #787878. Windows color (decimal): -7967344 or 9465222. OLE color: 9465222.

HSL color Cylindrical-coordinate representation of color #866D90: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866D90 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134109144-
CMYK0.070.2400.44
HSL282.86º13.83%49.61%-
HSV(B)282.86º24.31%56.47%-
XYZ20.3318.0228.79-
YUV120.46141.28137.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=34.63%
G=28.17%
B=37.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341091440.070.2400.44282.8613.8349.61
Hex866D9071802C11be32
Octal2061552207300544331662
Binary100001101101101100100001111100001011001000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866D90; }

 p { color: rgb(134,109,144); }

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

<style>
 a { background-color: #866D90; }

 a { background-color: rgb(134,109,144); }

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

<style>
 span { border-color: #866D90; }

 span { border-color: rgb(134,109,144); }

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