#816988

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

Shades of Mamba #816988

Tints of Mamba #816988

Color information

#816988 (or 0x816988) is unknown color: approx Mamba. HEX triplet: 81, 69 and 88. RGB value is (129,105,136). Sum of RGB (Red+Green+Blue) = 129+105+136=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #816988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816988 is #7E9677. Grayscale: #737373. Windows color (decimal): -8296056 or 8939905. OLE color: 8939905.

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

Color convert

RGB129105136-
CMYK0.050.2300.47
HSL286.45º12.86%47.25%-
HSV(B)286.45º22.79%53.33%-
XYZ18.5516.5525.51-
YUV115.71139.45137.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=34.86%
G=28.38%
B=36.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291051360.050.2300.47286.4512.8647.25
Hex81698851702F11ed2f
Octal2011512105270574361557
Binary100000011101001100010001011011101011111000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816988; }

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

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

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

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

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

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

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

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