#816888

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

Shades of Mamba #816888

Tints of Mamba #816888

Color information

#816888 (or 0x816888) is unknown color: approx Mamba. HEX triplet: 81, 68 and 88. RGB value is (129,104,136). Sum of RGB (Red+Green+Blue) = 129+104+136=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #816888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816888 is #7E9777. Grayscale: #737373. Windows color (decimal): -8296312 or 8939649. OLE color: 8939649.

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

Color convert

RGB129104136-
CMYK0.050.2400.47
HSL286.88º13.33%47.06%-
HSV(B)286.88º23.53%53.33%-
XYZ18.4516.3525.48-
YUV115.12139.78137.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=34.96%
G=28.18%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291041360.050.2400.47286.8813.3347.06
Hex81688851802F11fd2f
Octal2011502105300574371557
Binary100000011101000100010001011100001011111000111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816888; }

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

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

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

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

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

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

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

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