Shades of Manatee #8B8D95
Tints of Manatee #8B8D95
RGB
CMYK
RGB Variations
Color information
#8B8D95 (or 0x8B8D95) is known color: Manatee. HEX triplet: 8B, 8D and 95. RGB value is (139,141,149). Sum of RGB (Red+Green+Blue) = 139+141+149=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B8D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D95 is #74726A. Grayscale: #8D8D8D. Windows color (decimal): -7631467 or 9801099. OLE color: 9801099.
HSL color Cylindrical-coordinate representation of color #8B8D95: hue angle of 228º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8D95 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 141 | 149 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.42 |
| HSL | 228º | 0.05% | 0.56% | - |
| HSV(B) | 228º | 0.07% | 0.58% | - |
| XYZ | 25.6 | 26.71 | 32.24 | - |
| YUV | 141.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 149 | 0.07 | 0.05 | 0 | 0.42 | 228 | 0.05 | 0.56 |
| Hex | 8B | 8D | 95 | 7 | 5 | 0 | 2A | E4 | 5 | 38 |
| Octal | 213 | 215 | 225 | 7 | 5 | 0 | 52 | 344 | 5 | 70 |
| Binary | 10001011 | 10001101 | 10010101 | 111 | 101 | 0 | 101010 | 11100100 | 101 | 111000 |
Color Harmonies of #8B8D95
Complementary color
Monochromatic Colors of #8B8D95
Black with #8B8D95
Text Example
Text Example
White with #8B8D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D95; }
p { color: rgb(139,141,149); }
H1.HeaderClassName
{
color: #8B8D95;
}
.AnyTagClassName
{
color: #8B8D95;
}
</style>
background-color css
<style>
a { background-color: #8B8D95; }
a { background-color: rgb(139,141,149); }
div.DivClassName
{
background-color: #8B8D95;
}
.BgClassName
{
background-color: #8B8D95;
}
</style>
border-color css
<style>
span { border-color: #8B8D95; }
span { border-color: rgb(139,141,149); }
td.TdClassName
{
border-color: #8B8D95;
}
.TagClassName
{
border-color: #8B8D95;
}
</style>