Shades of Manatee #9B9CA1
Tints of Manatee #9B9CA1
RGB
CMYK
RGB Variations
Color information
#9B9CA1 (or 0x9B9CA1) is known color: Manatee. HEX triplet: 9B, 9C and A1. RGB value is (155,156,161). Sum of RGB (Red+Green+Blue) = 155+156+161=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 161 - color contains mainly: blue. Hex color #9B9CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9CA1 is #64635E. Grayscale: #9C9C9C. Windows color (decimal): -6579039 or 10591387. OLE color: 10591387.
HSL color Cylindrical-coordinate representation of color #9B9CA1: hue angle of 230º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B9CA1 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 156 | 161 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.37 |
| HSL | 230º | 0.03% | 0.62% | - |
| HSV(B) | 230º | 0.04% | 0.63% | - |
| XYZ | 31.84 | 33.32 | 38.47 | - |
| YUV | 156.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 161 | 0.04 | 0.03 | 0 | 0.37 | 230 | 0.03 | 0.62 |
| Hex | 9B | 9C | A1 | 4 | 3 | 0 | 25 | E6 | 3 | 3E |
| Octal | 233 | 234 | 241 | 4 | 3 | 0 | 45 | 346 | 3 | 76 |
| Binary | 10011011 | 10011100 | 10100001 | 100 | 11 | 0 | 100101 | 11100110 | 11 | 111110 |
Color Harmonies of #9B9CA1
Complementary color
Monochromatic Colors of #9B9CA1
Black with #9B9CA1
Text Example
Text Example
White with #9B9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CA1; }
p { color: rgb(155,156,161); }
H1.HeaderClassName
{
color: #9B9CA1;
}
.AnyTagClassName
{
color: #9B9CA1;
}
</style>
background-color css
<style>
a { background-color: #9B9CA1; }
a { background-color: rgb(155,156,161); }
div.DivClassName
{
background-color: #9B9CA1;
}
.BgClassName
{
background-color: #9B9CA1;
}
</style>
border-color css
<style>
span { border-color: #9B9CA1; }
span { border-color: rgb(155,156,161); }
td.TdClassName
{
border-color: #9B9CA1;
}
.TagClassName
{
border-color: #9B9CA1;
}
</style>