#817385

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

Shades of Mamba #817385

Tints of Mamba #817385

Color information

#817385 (or 0x817385) is unknown color: approx Mamba. HEX triplet: 81, 73 and 85. RGB value is (129,115,133). Sum of RGB (Red+Green+Blue) = 129+115+133=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #817385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817385 is #7E8C7A. Grayscale: #797979. Windows color (decimal): -8293499 or 8745857. OLE color: 8745857.

HSL color Cylindrical-coordinate representation of color #817385: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #817385 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB129115133-
CMYK0.030.1400.48
HSL286.67º7.26%48.63%-
HSV(B)286.67º13.53%52.16%-
XYZ19.4218.6224.76-
YUV121.24134.64133.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=34.22%
G=30.50%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291151330.030.1400.48286.677.2648.63
Hex8173853E03011f731
Octal201163205316060437761
Binary100000011110011100001011111100110000100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817385; }

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

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

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

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

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

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

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

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