Shades of Manatee #818291
Tints of Manatee #818291
RGB
CMYK
RGB Variations
Color information
#818291 (or 0x818291) is known color: Manatee. HEX triplet: 81, 82 and 91. RGB value is (129,130,145). Sum of RGB (Red+Green+Blue) = 129+130+145=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #818291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818291 is #7E7D6E. Grayscale: #838383. Windows color (decimal): -8289647 or 9536129. OLE color: 9536129.
HSL color Cylindrical-coordinate representation of color #818291: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818291 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 130 | 145 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.43 |
| HSL | 236.25º | 0.07% | 0.54% | - |
| HSV(B) | 236.25º | 0.11% | 0.57% | - |
| XYZ | 22.15 | 22.68 | 30 | - |
| YUV | 131.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 145 | 0.11 | 0.10 | 0 | 0.43 | 236.25 | 0.07 | 0.54 |
| Hex | 81 | 82 | 91 | B | A | 0 | 2B | EC | 7 | 36 |
| Octal | 201 | 202 | 221 | 13 | 12 | 0 | 53 | 354 | 7 | 66 |
| Binary | 10000001 | 10000010 | 10010001 | 1011 | 1010 | 0 | 101011 | 11101100 | 111 | 110110 |
Color Harmonies of #818291
Complementary color
Monochromatic Colors of #818291
Black with #818291
Text Example
Text Example
White with #818291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818291; }
p { color: rgb(129,130,145); }
H1.HeaderClassName
{
color: #818291;
}
.AnyTagClassName
{
color: #818291;
}
</style>
background-color css
<style>
a { background-color: #818291; }
a { background-color: rgb(129,130,145); }
div.DivClassName
{
background-color: #818291;
}
.BgClassName
{
background-color: #818291;
}
</style>
border-color css
<style>
span { border-color: #818291; }
span { border-color: rgb(129,130,145); }
td.TdClassName
{
border-color: #818291;
}
.TagClassName
{
border-color: #818291;
}
</style>