Shades of Manatee #969AA8
Tints of Manatee #969AA8
RGB
CMYK
RGB Variations
Color information
#969AA8 (or 0x969AA8) is known color: Manatee. HEX triplet: 96, 9A and A8. RGB value is (150,154,168). Sum of RGB (Red+Green+Blue) = 150+154+168=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 168 - color contains mainly: blue. Hex color #969AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AA8 is #696557. Grayscale: #9A9A9A. Windows color (decimal): -6907224 or 11049622. OLE color: 11049622.
HSL color Cylindrical-coordinate representation of color #969AA8: hue angle of 226.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969AA8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 154 | 168 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.34 |
| HSL | 226.67º | 0.09% | 0.62% | - |
| HSV(B) | 226.67º | 0.11% | 0.66% | - |
| XYZ | 31.2 | 32.42 | 41.66 | - |
| YUV | 154.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 168 | 0.11 | 0.08 | 0 | 0.34 | 226.67 | 0.09 | 0.62 |
| Hex | 96 | 9A | A8 | B | 8 | 0 | 22 | E3 | 9 | 3E |
| Octal | 226 | 232 | 250 | 13 | 10 | 0 | 42 | 343 | 11 | 76 |
| Binary | 10010110 | 10011010 | 10101000 | 1011 | 1000 | 0 | 100010 | 11100011 | 1001 | 111110 |
Color Harmonies of #969AA8
Complementary color
Monochromatic Colors of #969AA8
Black with #969AA8
Text Example
Text Example
White with #969AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AA8; }
p { color: rgb(150,154,168); }
H1.HeaderClassName
{
color: #969AA8;
}
.AnyTagClassName
{
color: #969AA8;
}
</style>
background-color css
<style>
a { background-color: #969AA8; }
a { background-color: rgb(150,154,168); }
div.DivClassName
{
background-color: #969AA8;
}
.BgClassName
{
background-color: #969AA8;
}
</style>
border-color css
<style>
span { border-color: #969AA8; }
span { border-color: rgb(150,154,168); }
td.TdClassName
{
border-color: #969AA8;
}
.TagClassName
{
border-color: #969AA8;
}
</style>