#807387

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

Shades of Mamba #807387

Tints of Mamba #807387

Color information

#807387 (or 0x807387) is unknown color: approx Mamba. HEX triplet: 80, 73 and 87. RGB value is (128,115,135). Sum of RGB (Red+Green+Blue) = 128+115+135=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 135 - color contains mainly: blue. Hex color #807387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807387 is #7F8C78. Grayscale: #797979. Windows color (decimal): -8359033 or 8876928. OLE color: 8876928.

HSL color Cylindrical-coordinate representation of color #807387: hue angle of 279º 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 #807387 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128115135-
CMYK0.050.1500.47
HSL279º8%49.02%-
HSV(B)279º14.81%52.94%-
XYZ19.4118.625.49-
YUV121.17135.81132.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=33.86%
G=30.42%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281151350.050.1500.47279849.02
Hex8073875F02F117831
Octal2001632075170574271061
Binary10000000111001110000111101111101011111000101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807387; }

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

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

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

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

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

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

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

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