#816789

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

Shades of Mamba #816789

Tints of Mamba #816789

Color information

#816789 (or 0x816789) is unknown color: approx Mamba. HEX triplet: 81, 67 and 89. RGB value is (129,103,137). Sum of RGB (Red+Green+Blue) = 129+103+137=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #816789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816789 is #7E9876. Grayscale: #727272. Windows color (decimal): -8296567 or 9004929. OLE color: 9004929.

HSL color Cylindrical-coordinate representation of color #816789: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816789 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB129103137-
CMYK0.060.2500.46
HSL285.88º14.17%47.06%-
HSV(B)285.88º24.82%53.73%-
XYZ18.4216.1725.82-
YUV114.65140.61138.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=34.96%
G=27.91%
B=37.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291031370.060.2500.46285.8814.1747.06
Hex81678961902E11ee2f
Octal2011472116310564361657
Binary100000011100111100010011101100101011101000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816789; }

 p { color: rgb(129,103,137); }

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

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

 a { background-color: rgb(129,103,137); }

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

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

 span { border-color: rgb(129,103,137); }

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