Shades of Manatee #8B919A
Tints of Manatee #8B919A
RGB
CMYK
RGB Variations
Color information
#8B919A (or 0x8B919A) is known color: Manatee. HEX triplet: 8B, 91 and 9A. RGB value is (139,145,154). Sum of RGB (Red+Green+Blue) = 139+145+154=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B919A is #746E65. Grayscale: #909090. Windows color (decimal): -7630438 or 10129803. OLE color: 10129803.
HSL color Cylindrical-coordinate representation of color #8B919A: hue angle of 216º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B919A is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 145 | 154 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.40 |
| HSL | 216º | 0.07% | 0.57% | - |
| HSV(B) | 216º | 0.1% | 0.6% | - |
| XYZ | 26.61 | 28.07 | 34.59 | - |
| YUV | 144.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 154 | 0.10 | 0.06 | 0 | 0.40 | 216 | 0.07 | 0.57 |
| Hex | 8B | 91 | 9A | A | 6 | 0 | 28 | D8 | 7 | 39 |
| Octal | 213 | 221 | 232 | 12 | 6 | 0 | 50 | 330 | 7 | 71 |
| Binary | 10001011 | 10010001 | 10011010 | 1010 | 110 | 0 | 101000 | 11011000 | 111 | 111001 |
Color Harmonies of #8B919A
Complementary color
Monochromatic Colors of #8B919A
Black with #8B919A
Text Example
Text Example
White with #8B919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B919A; }
p { color: rgb(139,145,154); }
H1.HeaderClassName
{
color: #8B919A;
}
.AnyTagClassName
{
color: #8B919A;
}
</style>
background-color css
<style>
a { background-color: #8B919A; }
a { background-color: rgb(139,145,154); }
div.DivClassName
{
background-color: #8B919A;
}
.BgClassName
{
background-color: #8B919A;
}
</style>
border-color css
<style>
span { border-color: #8B919A; }
span { border-color: rgb(139,145,154); }
td.TdClassName
{
border-color: #8B919A;
}
.TagClassName
{
border-color: #8B919A;
}
</style>