Shades of Manatee #8B919D
Tints of Manatee #8B919D
RGB
CMYK
RGB Variations
Color information
#8B919D (or 0x8B919D) is known color: Manatee. HEX triplet: 8B, 91 and 9D. RGB value is (139,145,157). Sum of RGB (Red+Green+Blue) = 139+145+157=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B919D is #746E62. Grayscale: #909090. Windows color (decimal): -7630435 or 10326411. OLE color: 10326411.
HSL color Cylindrical-coordinate representation of color #8B919D: hue angle of 220º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B919D is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 145 | 157 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.38 |
| HSL | 220º | 0.08% | 0.58% | - |
| HSV(B) | 220º | 0.11% | 0.62% | - |
| XYZ | 26.86 | 28.17 | 35.92 | - |
| YUV | 144.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 157 | 0.11 | 0.08 | 0 | 0.38 | 220 | 0.08 | 0.58 |
| Hex | 8B | 91 | 9D | B | 8 | 0 | 26 | DC | 8 | 3A |
| Octal | 213 | 221 | 235 | 13 | 10 | 0 | 46 | 334 | 10 | 72 |
| Binary | 10001011 | 10010001 | 10011101 | 1011 | 1000 | 0 | 100110 | 11011100 | 1000 | 111010 |
Color Harmonies of #8B919D
Complementary color
Monochromatic Colors of #8B919D
Black with #8B919D
Text Example
Text Example
White with #8B919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B919D; }
p { color: rgb(139,145,157); }
H1.HeaderClassName
{
color: #8B919D;
}
.AnyTagClassName
{
color: #8B919D;
}
</style>
background-color css
<style>
a { background-color: #8B919D; }
a { background-color: rgb(139,145,157); }
div.DivClassName
{
background-color: #8B919D;
}
.BgClassName
{
background-color: #8B919D;
}
</style>
border-color css
<style>
span { border-color: #8B919D; }
span { border-color: rgb(139,145,157); }
td.TdClassName
{
border-color: #8B919D;
}
.TagClassName
{
border-color: #8B919D;
}
</style>