#806990

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

Shades of Mamba #806990

Tints of Mamba #806990

Color information

#806990 (or 0x806990) is unknown color: approx Mamba. HEX triplet: 80, 69 and 90. RGB value is (128,105,144). Sum of RGB (Red+Green+Blue) = 128+105+144=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #806990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806990 is #7F966F. Grayscale: #747474. Windows color (decimal): -8361584 or 9464192. OLE color: 9464192.

HSL color Cylindrical-coordinate representation of color #806990: hue angle of 275.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #806990 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128105144-
CMYK0.110.2700.44
HSL275.38º15.66%48.82%-
HSV(B)275.38º27.08%56.47%-
XYZ18.9916.7128.61-
YUV116.32143.62136.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=33.95%
G=27.85%
B=38.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281051440.110.2700.44275.3815.6648.82
Hex806990B1B02C1131031
Octal20015122013330544232061
Binary10000000110100110010000101111011010110010001001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806990; }

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

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

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

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

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

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

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

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