#817089

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

Shades of Mamba #817089

Tints of Mamba #817089

Color information

#817089 (or 0x817089) is unknown color: approx Mamba. HEX triplet: 81, 70 and 89. RGB value is (129,112,137). Sum of RGB (Red+Green+Blue) = 129+112+137=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #817089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817089 is #7E8F76. Grayscale: #777777. Windows color (decimal): -8294263 or 9007233. OLE color: 9007233.

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

Color convert

RGB129112137-
CMYK0.060.1800.46
HSL280.8º10.04%48.82%-
HSV(B)280.8º18.25%53.73%-
XYZ19.3618.0626.13-
YUV119.93137.63134.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=34.13%
G=29.63%
B=36.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291121370.060.1800.46280.810.0448.82
Hex81708961202E119a31
Octal2011602116220564311261
Binary100000011110000100010011101001001011101000110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817089; }

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

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

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

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

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

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

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

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