Shades of Manatee #9A9B9E
Tints of Manatee #9A9B9E
RGB
CMYK
RGB Variations
Color information
#9A9B9E (or 0x9A9B9E) is known color: Manatee. HEX triplet: 9A, 9B and 9E. RGB value is (154,155,158). Sum of RGB (Red+Green+Blue) = 154+155+158=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A9B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9B9E is #656461. Grayscale: #9B9B9B. Windows color (decimal): -6644834 or 10394522. OLE color: 10394522.
HSL color Cylindrical-coordinate representation of color #9A9B9E: hue angle of 225º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A9B9E is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 155 | 158 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.38 |
| HSL | 225º | 0.02% | 0.61% | - |
| HSV(B) | 225º | 0.03% | 0.62% | - |
| XYZ | 31.22 | 32.78 | 37.03 | - |
| YUV | 155.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 158 | 0.03 | 0.02 | 0 | 0.38 | 225 | 0.02 | 0.61 |
| Hex | 9A | 9B | 9E | 3 | 2 | 0 | 26 | E1 | 2 | 3D |
| Octal | 232 | 233 | 236 | 3 | 2 | 0 | 46 | 341 | 2 | 75 |
| Binary | 10011010 | 10011011 | 10011110 | 11 | 10 | 0 | 100110 | 11100001 | 10 | 111101 |
Color Harmonies of #9A9B9E
Complementary color
Monochromatic Colors of #9A9B9E
Black with #9A9B9E
Text Example
Text Example
White with #9A9B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9B9E; }
p { color: rgb(154,155,158); }
H1.HeaderClassName
{
color: #9A9B9E;
}
.AnyTagClassName
{
color: #9A9B9E;
}
</style>
background-color css
<style>
a { background-color: #9A9B9E; }
a { background-color: rgb(154,155,158); }
div.DivClassName
{
background-color: #9A9B9E;
}
.BgClassName
{
background-color: #9A9B9E;
}
</style>
border-color css
<style>
span { border-color: #9A9B9E; }
span { border-color: rgb(154,155,158); }
td.TdClassName
{
border-color: #9A9B9E;
}
.TagClassName
{
border-color: #9A9B9E;
}
</style>