#816889

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

Shades of Mamba #816889

Tints of Mamba #816889

Color information

#816889 (or 0x816889) is unknown color: approx Mamba. HEX triplet: 81, 68 and 89. RGB value is (129,104,137). Sum of RGB (Red+Green+Blue) = 129+104+137=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #816889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816889 is #7E9776. Grayscale: #737373. Windows color (decimal): -8296311 or 9005185. OLE color: 9005185.

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

Color convert

RGB129104137-
CMYK0.060.2400.46
HSL285.45º13.69%47.25%-
HSV(B)285.45º24.09%53.73%-
XYZ18.5216.3725.85-
YUV115.24140.28137.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=34.86%
G=28.11%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291041370.060.2400.46285.4513.6947.25
Hex81688961802E11de2f
Octal2011502116300564351657
Binary100000011101000100010011101100001011101000111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816889; }

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

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

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

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

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

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

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

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