#866B8F

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

Shades of Mamba #866B8F

Tints of Mamba #866B8F

Color information

#866B8F (or 0x866B8F) is unknown color: approx Mamba. HEX triplet: 86, 6B and 8F. RGB value is (134,107,143). Sum of RGB (Red+Green+Blue) = 134+107+143=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #866B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866B8F is #799470. Grayscale: #777777. Windows color (decimal): -7967857 or 9399174. OLE color: 9399174.

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

Color convert

RGB134107143-
CMYK0.060.2500.44
HSL285º14.4%49.02%-
HSV(B)285º25.17%56.08%-
XYZ20.0517.5728.32-
YUV119.18141.45138.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=34.90%
G=27.86%
B=37.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341071430.060.2500.4428514.449.02
Hex866B8F61902C11de31
Octal2061532176310544351661
Binary100001101101011100011111101100101011001000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,107,143); }

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

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

 a { background-color: rgb(134,107,143); }

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

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

 span { border-color: rgb(134,107,143); }

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