Shades of Manatee #8B96AA
Tints of Manatee #8B96AA
RGB
CMYK
RGB Variations
Color information
#8B96AA (or 0x8B96AA) is known color: Manatee. HEX triplet: 8B, 96 and AA. RGB value is (139,150,170). Sum of RGB (Red+Green+Blue) = 139+150+170=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B96AA is #746955. Grayscale: #949494. Windows color (decimal): -7629142 or 11179659. OLE color: 11179659.
HSL color Cylindrical-coordinate representation of color #8B96AA: hue angle of 218.71º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B96AA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 150 | 170 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.33 |
| HSL | 218.71º | 0.15% | 0.61% | - |
| HSV(B) | 218.71º | 0.18% | 0.67% | - |
| XYZ | 28.81 | 30.2 | 42.34 | - |
| YUV | 148.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 170 | 0.18 | 0.12 | 0 | 0.33 | 218.71 | 0.15 | 0.61 |
| Hex | 8B | 96 | AA | 12 | C | 0 | 21 | DB | F | 3D |
| Octal | 213 | 226 | 252 | 22 | 14 | 0 | 41 | 333 | 17 | 75 |
| Binary | 10001011 | 10010110 | 10101010 | 10010 | 1100 | 0 | 100001 | 11011011 | 1111 | 111101 |
Color Harmonies of #8B96AA
Complementary color
Monochromatic Colors of #8B96AA
Black with #8B96AA
Text Example
Text Example
White with #8B96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B96AA; }
p { color: rgb(139,150,170); }
H1.HeaderClassName
{
color: #8B96AA;
}
.AnyTagClassName
{
color: #8B96AA;
}
</style>
background-color css
<style>
a { background-color: #8B96AA; }
a { background-color: rgb(139,150,170); }
div.DivClassName
{
background-color: #8B96AA;
}
.BgClassName
{
background-color: #8B96AA;
}
</style>
border-color css
<style>
span { border-color: #8B96AA; }
span { border-color: rgb(139,150,170); }
td.TdClassName
{
border-color: #8B96AA;
}
.TagClassName
{
border-color: #8B96AA;
}
</style>