#806987

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

Shades of Mamba #806987

Tints of Mamba #806987

Color information

#806987 (or 0x806987) is unknown color: approx Mamba. HEX triplet: 80, 69 and 87. RGB value is (128,105,135). Sum of RGB (Red+Green+Blue) = 128+105+135=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #806987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806987 is #7F9678. Grayscale: #737373. Windows color (decimal): -8361593 or 8874368. OLE color: 8874368.

HSL color Cylindrical-coordinate representation of color #806987: hue angle of 286º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806987 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128105135-
CMYK0.050.2200.47
HSL286º12.5%47.06%-
HSV(B)286º22.22%52.94%-
XYZ18.3316.4425.13-
YUV115.3139.12137.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=34.78%
G=28.53%
B=36.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281051350.050.2200.4728612.547.06
Hex80698751602F11ec2f
Octal2001512075260574361457
Binary100000001101001100001111011011001011111000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806987; }

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

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

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

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

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

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

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

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