#816890

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

Shades of Mamba #816890

Tints of Mamba #816890

Color information

#816890 (or 0x816890) is unknown color: approx Mamba. HEX triplet: 81, 68 and 90. RGB value is (129,104,144). Sum of RGB (Red+Green+Blue) = 129+104+144=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 104 (41.02% from 255 or 27.59% 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 #816890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816890 is #7E976F. Grayscale: #737373. Windows color (decimal): -8296304 or 9463937. OLE color: 9463937.

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

Color convert

RGB129104144-
CMYK0.100.2800.44
HSL277.5º16.13%48.63%-
HSV(B)277.5º27.78%56.47%-
XYZ19.0416.5828.58-
YUV116.04143.78137.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=34.22%
G=27.59%
B=38.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291041440.100.2800.44277.516.1348.63
Hex816890A1C02C1161031
Octal20115022012340544262061
Binary10000001110100010010000101011100010110010001011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816890; }

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

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

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

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

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

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

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

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