#817387

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

Shades of Mamba #817387

Tints of Mamba #817387

Color information

#817387 (or 0x817387) is unknown color: approx Mamba. HEX triplet: 81, 73 and 87. RGB value is (129,115,135). Sum of RGB (Red+Green+Blue) = 129+115+135=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #817387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817387 is #7E8C78. Grayscale: #797979. Windows color (decimal): -8293497 or 8876929. OLE color: 8876929.

HSL color Cylindrical-coordinate representation of color #817387: hue angle of 282º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #817387 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB129115135-
CMYK0.040.1500.47
HSL282º8%49.02%-
HSV(B)282º14.81%52.94%-
XYZ19.5618.6825.5-
YUV121.47135.64133.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=34.04%
G=30.34%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291151350.040.1500.47282849.02
Hex8173874F02F11a831
Octal2011632074170574321061
Binary10000001111001110000111100111101011111000110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817387; }

 p { color: rgb(129,115,135); }

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

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

 a { background-color: rgb(129,115,135); }

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

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

 span { border-color: rgb(129,115,135); }

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