Shades of Manatee #949AA9
Tints of Manatee #949AA9
RGB
CMYK
RGB Variations
Color information
#949AA9 (or 0x949AA9) is known color: Manatee. HEX triplet: 94, 9A and A9. RGB value is (148,154,169). Sum of RGB (Red+Green+Blue) = 148+154+169=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 169 - color contains mainly: blue. Hex color #949AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AA9 is #6B6556. Grayscale: #999999. Windows color (decimal): -7038295 or 11115156. OLE color: 11115156.
HSL color Cylindrical-coordinate representation of color #949AA9: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949AA9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 154 | 169 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.34 |
| HSL | 222.86º | 0.11% | 0.62% | - |
| HSV(B) | 222.86º | 0.12% | 0.66% | - |
| XYZ | 30.93 | 32.27 | 42.14 | - |
| YUV | 153.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 169 | 0.12 | 0.09 | 0 | 0.34 | 222.86 | 0.11 | 0.62 |
| Hex | 94 | 9A | A9 | C | 9 | 0 | 22 | DF | B | 3E |
| Octal | 224 | 232 | 251 | 14 | 11 | 0 | 42 | 337 | 13 | 76 |
| Binary | 10010100 | 10011010 | 10101001 | 1100 | 1001 | 0 | 100010 | 11011111 | 1011 | 111110 |
Color Harmonies of #949AA9
Complementary color
Monochromatic Colors of #949AA9
Black with #949AA9
Text Example
Text Example
White with #949AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AA9; }
p { color: rgb(148,154,169); }
H1.HeaderClassName
{
color: #949AA9;
}
.AnyTagClassName
{
color: #949AA9;
}
</style>
background-color css
<style>
a { background-color: #949AA9; }
a { background-color: rgb(148,154,169); }
div.DivClassName
{
background-color: #949AA9;
}
.BgClassName
{
background-color: #949AA9;
}
</style>
border-color css
<style>
span { border-color: #949AA9; }
span { border-color: rgb(148,154,169); }
td.TdClassName
{
border-color: #949AA9;
}
.TagClassName
{
border-color: #949AA9;
}
</style>