Shades of Manatee #9C9DA2
Tints of Manatee #9C9DA2
RGB
CMYK
RGB Variations
Color information
#9C9DA2 (or 0x9C9DA2) is known color: Manatee. HEX triplet: 9C, 9D and A2. RGB value is (156,157,162). Sum of RGB (Red+Green+Blue) = 156+157+162=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9DA2 is #63625D. Grayscale: #9D9D9D. Windows color (decimal): -6513246 or 10657180. OLE color: 10657180.
HSL color Cylindrical-coordinate representation of color #9C9DA2: hue angle of 230º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9C9DA2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 156 | 157 | 162 | - |
CMYK | 0.04 | 0.03 | 0 | 0.36 |
HSL | 230º | 0.03% | 0.62% | - |
HSV(B) | 230º | 0.04% | 0.64% | - |
XYZ | 32.29 | 33.79 | 39 | - |
YUV | 157.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 157 | 162 | 0.04 | 0.03 | 0 | 0.36 | 230 | 0.03 | 0.62 |
Hex | 9C | 9D | A2 | 4 | 3 | 0 | 24 | E6 | 3 | 3E |
Octal | 234 | 235 | 242 | 4 | 3 | 0 | 44 | 346 | 3 | 76 |
Binary | 10011100 | 10011101 | 10100010 | 100 | 11 | 0 | 100100 | 11100110 | 11 | 111110 |
Color Harmonies of #9C9DA2
Complementary color
Monochromatic Colors of #9C9DA2
Black with #9C9DA2
Text Example
Text Example
White with #9C9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9DA2; }
p { color: rgb(156,157,162); }
H1.HeaderClassName
{
color: #9C9DA2;
}
.AnyTagClassName
{
color: #9C9DA2;
}
</style>
background-color css
<style>
a { background-color: #9C9DA2; }
a { background-color: rgb(156,157,162); }
div.DivClassName
{
background-color: #9C9DA2;
}
.BgClassName
{
background-color: #9C9DA2;
}
</style>
border-color css
<style>
span { border-color: #9C9DA2; }
span { border-color: rgb(156,157,162); }
td.TdClassName
{
border-color: #9C9DA2;
}
.TagClassName
{
border-color: #9C9DA2;
}
</style>