Shades of Manatee #92949D
Tints of Manatee #92949D
RGB
CMYK
RGB Variations
Color information
#92949D (or 0x92949D) is known color: Manatee. HEX triplet: 92, 94 and 9D. RGB value is (146,148,157). Sum of RGB (Red+Green+Blue) = 146+148+157=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #92949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92949D is #6D6B62. Grayscale: #949494. Windows color (decimal): -7170915 or 10327186. OLE color: 10327186.
HSL color Cylindrical-coordinate representation of color #92949D: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92949D is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 148 | 157 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.38 |
| HSL | 229.09º | 0.05% | 0.59% | - |
| HSV(B) | 229.09º | 0.07% | 0.62% | - |
| XYZ | 28.53 | 29.73 | 36.13 | - |
| YUV | 148.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 157 | 0.07 | 0.06 | 0 | 0.38 | 229.09 | 0.05 | 0.59 |
| Hex | 92 | 94 | 9D | 7 | 6 | 0 | 26 | E5 | 5 | 3B |
| Octal | 222 | 224 | 235 | 7 | 6 | 0 | 46 | 345 | 5 | 73 |
| Binary | 10010010 | 10010100 | 10011101 | 111 | 110 | 0 | 100110 | 11100101 | 101 | 111011 |
Color Harmonies of #92949D
Complementary color
Monochromatic Colors of #92949D
Black with #92949D
Text Example
Text Example
White with #92949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92949D; }
p { color: rgb(146,148,157); }
H1.HeaderClassName
{
color: #92949D;
}
.AnyTagClassName
{
color: #92949D;
}
</style>
background-color css
<style>
a { background-color: #92949D; }
a { background-color: rgb(146,148,157); }
div.DivClassName
{
background-color: #92949D;
}
.BgClassName
{
background-color: #92949D;
}
</style>
border-color css
<style>
span { border-color: #92949D; }
span { border-color: rgb(146,148,157); }
td.TdClassName
{
border-color: #92949D;
}
.TagClassName
{
border-color: #92949D;
}
</style>