#816990

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

Shades of Mamba #816990

Tints of Mamba #816990

Color information

#816990 (or 0x816990) is unknown color: approx Mamba. HEX triplet: 81, 69 and 90. RGB value is (129,105,144). Sum of RGB (Red+Green+Blue) = 129+105+144=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #816990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816990 is #7E966F. Grayscale: #747474. Windows color (decimal): -8296048 or 9464193. OLE color: 9464193.

HSL color Cylindrical-coordinate representation of color #816990: hue angle of 276.92º 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 #816990 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129105144-
CMYK0.100.2700.44
HSL276.92º15.66%48.82%-
HSV(B)276.92º27.08%56.47%-
XYZ19.1416.7828.62-
YUV116.62143.45136.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=34.13%
G=27.78%
B=38.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291051440.100.2700.44276.9215.6648.82
Hex816990A1B02C1151031
Octal20115122012330544252061
Binary10000001110100110010000101011011010110010001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816990; }

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

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

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

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

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

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

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

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