Shades of Manatee #969AAD
Tints of Manatee #969AAD
RGB
CMYK
RGB Variations
Color information
#969AAD (or 0x969AAD) is known color: Manatee. HEX triplet: 96, 9A and AD. RGB value is (150,154,173). Sum of RGB (Red+Green+Blue) = 150+154+173=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #969AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AAD is #696552. Grayscale: #9A9A9A. Windows color (decimal): -6907219 or 11377302. OLE color: 11377302.
HSL color Cylindrical-coordinate representation of color #969AAD: hue angle of 229.57º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969AAD is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 154 | 173 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.32 |
| HSL | 229.57º | 0.12% | 0.63% | - |
| HSV(B) | 229.57º | 0.13% | 0.68% | - |
| XYZ | 31.68 | 32.61 | 44.16 | - |
| YUV | 154.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 173 | 0.13 | 0.11 | 0 | 0.32 | 229.57 | 0.12 | 0.63 |
| Hex | 96 | 9A | AD | D | B | 0 | 20 | E6 | C | 3F |
| Octal | 226 | 232 | 255 | 15 | 13 | 0 | 40 | 346 | 14 | 77 |
| Binary | 10010110 | 10011010 | 10101101 | 1101 | 1011 | 0 | 100000 | 11100110 | 1100 | 111111 |
Color Harmonies of #969AAD
Complementary color
Monochromatic Colors of #969AAD
Black with #969AAD
Text Example
Text Example
White with #969AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AAD; }
p { color: rgb(150,154,173); }
H1.HeaderClassName
{
color: #969AAD;
}
.AnyTagClassName
{
color: #969AAD;
}
</style>
background-color css
<style>
a { background-color: #969AAD; }
a { background-color: rgb(150,154,173); }
div.DivClassName
{
background-color: #969AAD;
}
.BgClassName
{
background-color: #969AAD;
}
</style>
border-color css
<style>
span { border-color: #969AAD; }
span { border-color: rgb(150,154,173); }
td.TdClassName
{
border-color: #969AAD;
}
.TagClassName
{
border-color: #969AAD;
}
</style>