#816B8E

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

Shades of Mamba #816B8E

Tints of Mamba #816B8E

Color information

#816B8E (or 0x816B8E) is unknown color: approx Mamba. HEX triplet: 81, 6B and 8E. RGB value is (129,107,142). Sum of RGB (Red+Green+Blue) = 129+107+142=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #816B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B8E is #7E9471. Grayscale: #757575. Windows color (decimal): -8295538 or 9333633. OLE color: 9333633.

HSL color Cylindrical-coordinate representation of color #816B8E: hue angle of 277.71º 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 #816B8E is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129107142-
CMYK0.090.2500.44
HSL277.71º14.06%48.82%-
HSV(B)277.71º24.65%55.69%-
XYZ19.1917.1427.89-
YUV117.57141.79136.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=34.13%
G=28.31%
B=37.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291071420.090.2500.44277.7114.0648.82
Hex816B8E91902C116e31
Octal20115321611310544261661
Binary1000000111010111000111010011100101011001000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B8E; }

 p { color: rgb(129,107,142); }

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

<style>
 a { background-color: #816B8E; }

 a { background-color: rgb(129,107,142); }

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

<style>
 span { border-color: #816B8E; }

 span { border-color: rgb(129,107,142); }

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