Shades of Manatee #91949F
Tints of Manatee #91949F
RGB
CMYK
RGB Variations
Color information
#91949F (or 0x91949F) is known color: Manatee. HEX triplet: 91, 94 and 9F. RGB value is (145,148,159). Sum of RGB (Red+Green+Blue) = 145+148+159=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 159 - color contains mainly: blue. Hex color #91949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91949F is #6E6B60. Grayscale: #949494. Windows color (decimal): -7236449 or 10458257. OLE color: 10458257.
HSL color Cylindrical-coordinate representation of color #91949F: hue angle of 227.14º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91949F is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 148 | 159 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.38 |
| HSL | 227.14º | 0.07% | 0.6% | - |
| HSV(B) | 227.14º | 0.09% | 0.62% | - |
| XYZ | 28.52 | 29.7 | 37.03 | - |
| YUV | 148.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 159 | 0.09 | 0.07 | 0 | 0.38 | 227.14 | 0.07 | 0.6 |
| Hex | 91 | 94 | 9F | 9 | 7 | 0 | 26 | E3 | 7 | 3C |
| Octal | 221 | 224 | 237 | 11 | 7 | 0 | 46 | 343 | 7 | 74 |
| Binary | 10010001 | 10010100 | 10011111 | 1001 | 111 | 0 | 100110 | 11100011 | 111 | 111100 |
Color Harmonies of #91949F
Complementary color
Monochromatic Colors of #91949F
Black with #91949F
Text Example
Text Example
White with #91949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91949F; }
p { color: rgb(145,148,159); }
H1.HeaderClassName
{
color: #91949F;
}
.AnyTagClassName
{
color: #91949F;
}
</style>
background-color css
<style>
a { background-color: #91949F; }
a { background-color: rgb(145,148,159); }
div.DivClassName
{
background-color: #91949F;
}
.BgClassName
{
background-color: #91949F;
}
</style>
border-color css
<style>
span { border-color: #91949F; }
span { border-color: rgb(145,148,159); }
td.TdClassName
{
border-color: #91949F;
}
.TagClassName
{
border-color: #91949F;
}
</style>