#817188

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

Shades of Mamba #817188

Tints of Mamba #817188

Color information

#817188 (or 0x817188) is unknown color: approx Mamba. HEX triplet: 81, 71 and 88. RGB value is (129,113,136). Sum of RGB (Red+Green+Blue) = 129+113+136=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #817188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817188 is #7E8E77. Grayscale: #787878. Windows color (decimal): -8294008 or 8941953. OLE color: 8941953.

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

Color convert

RGB129113136-
CMYK0.050.1700.47
HSL281.74º9.24%48.82%-
HSV(B)281.74º16.91%53.33%-
XYZ19.418.2525.79-
YUV120.41136.8134.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=34.13%
G=29.89%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291131360.050.1700.47281.749.2448.82
Hex81718851102F11a931
Octal2011612105210574321161
Binary100000011110001100010001011000101011111000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817188; }

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

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

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

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

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

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

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

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