#807485

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

Shades of Mamba #807485

Tints of Mamba #807485

Color information

#807485 (or 0x807485) is unknown color: approx Mamba. HEX triplet: 80, 74 and 85. RGB value is (128,116,133). Sum of RGB (Red+Green+Blue) = 128+116+133=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 116 (45.70% from 255 or 30.77% 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 #807485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807485 is #7F8B7A. Grayscale: #797979. Windows color (decimal): -8358779 or 8746112. OLE color: 8746112.

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

Color convert

RGB128116133-
CMYK0.040.1300.48
HSL282.35º6.83%48.82%-
HSV(B)282.35º12.78%52.16%-
XYZ19.3818.7724.79-
YUV121.53134.48132.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=33.95%
G=30.77%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281161330.040.1300.48282.356.8348.82
Hex8074854D03011a731
Octal200164205415060432761
Binary1000000011101001000010110011010110000100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807485; }

 p { color: rgb(128,116,133); }

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

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

 a { background-color: rgb(128,116,133); }

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

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

 span { border-color: rgb(128,116,133); }

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