Shades of Manatee #8B929F
Tints of Manatee #8B929F
RGB
CMYK
RGB Variations
Color information
#8B929F (or 0x8B929F) is known color: Manatee. HEX triplet: 8B, 92 and 9F. RGB value is (139,146,159). Sum of RGB (Red+Green+Blue) = 139+146+159=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B929F is #746D60. Grayscale: #919191. Windows color (decimal): -7630177 or 10457739. OLE color: 10457739.
HSL color Cylindrical-coordinate representation of color #8B929F: hue angle of 219º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B929F is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 146 | 159 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.38 |
| HSL | 219º | 0.09% | 0.58% | - |
| HSV(B) | 219º | 0.13% | 0.62% | - |
| XYZ | 27.18 | 28.55 | 36.88 | - |
| YUV | 145.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 159 | 0.13 | 0.08 | 0 | 0.38 | 219 | 0.09 | 0.58 |
| Hex | 8B | 92 | 9F | D | 8 | 0 | 26 | DB | 9 | 3A |
| Octal | 213 | 222 | 237 | 15 | 10 | 0 | 46 | 333 | 11 | 72 |
| Binary | 10001011 | 10010010 | 10011111 | 1101 | 1000 | 0 | 100110 | 11011011 | 1001 | 111010 |
Color Harmonies of #8B929F
Complementary color
Monochromatic Colors of #8B929F
Black with #8B929F
Text Example
Text Example
White with #8B929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B929F; }
p { color: rgb(139,146,159); }
H1.HeaderClassName
{
color: #8B929F;
}
.AnyTagClassName
{
color: #8B929F;
}
</style>
background-color css
<style>
a { background-color: #8B929F; }
a { background-color: rgb(139,146,159); }
div.DivClassName
{
background-color: #8B929F;
}
.BgClassName
{
background-color: #8B929F;
}
</style>
border-color css
<style>
span { border-color: #8B929F; }
span { border-color: rgb(139,146,159); }
td.TdClassName
{
border-color: #8B929F;
}
.TagClassName
{
border-color: #8B929F;
}
</style>