Shades of Manatee #949AAA
Tints of Manatee #949AAA
RGB
CMYK
RGB Variations
Color information
#949AAA (or 0x949AAA) is known color: Manatee. HEX triplet: 94, 9A and AA. RGB value is (148,154,170). Sum of RGB (Red+Green+Blue) = 148+154+170=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #949AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AAA is #6B6555. Grayscale: #999999. Windows color (decimal): -7038294 or 11180692. OLE color: 11180692.
HSL color Cylindrical-coordinate representation of color #949AAA: hue angle of 223.64º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949AAA is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 154 | 170 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.33 |
| HSL | 223.64º | 0.11% | 0.62% | - |
| HSV(B) | 223.64º | 0.13% | 0.67% | - |
| XYZ | 31.02 | 32.31 | 42.63 | - |
| YUV | 154.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 170 | 0.13 | 0.09 | 0 | 0.33 | 223.64 | 0.11 | 0.62 |
| Hex | 94 | 9A | AA | D | 9 | 0 | 21 | E0 | B | 3E |
| Octal | 224 | 232 | 252 | 15 | 11 | 0 | 41 | 340 | 13 | 76 |
| Binary | 10010100 | 10011010 | 10101010 | 1101 | 1001 | 0 | 100001 | 11100000 | 1011 | 111110 |
Color Harmonies of #949AAA
Complementary color
Monochromatic Colors of #949AAA
Black with #949AAA
Text Example
Text Example
White with #949AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AAA; }
p { color: rgb(148,154,170); }
H1.HeaderClassName
{
color: #949AAA;
}
.AnyTagClassName
{
color: #949AAA;
}
</style>
background-color css
<style>
a { background-color: #949AAA; }
a { background-color: rgb(148,154,170); }
div.DivClassName
{
background-color: #949AAA;
}
.BgClassName
{
background-color: #949AAA;
}
</style>
border-color css
<style>
span { border-color: #949AAA; }
span { border-color: rgb(148,154,170); }
td.TdClassName
{
border-color: #949AAA;
}
.TagClassName
{
border-color: #949AAA;
}
</style>