Shades of Manatee #929397
Tints of Manatee #929397
RGB
CMYK
RGB Variations
Color information
#929397 (or 0x929397) is known color: Manatee. HEX triplet: 92, 93 and 97. RGB value is (146,147,151). Sum of RGB (Red+Green+Blue) = 146+147+151=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 151 - color contains mainly: blue. Hex color #929397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929397 is #6D6C68. Grayscale: #939393. Windows color (decimal): -7171177 or 9933714. OLE color: 9933714.
HSL color Cylindrical-coordinate representation of color #929397: hue angle of 228º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #929397 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 147 | 151 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.41 |
| HSL | 228º | 0.02% | 0.58% | - |
| HSV(B) | 228º | 0.03% | 0.59% | - |
| XYZ | 27.87 | 29.21 | 33.45 | - |
| YUV | 147.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 151 | 0.03 | 0.03 | 0 | 0.41 | 228 | 0.02 | 0.58 |
| Hex | 92 | 93 | 97 | 3 | 3 | 0 | 29 | E4 | 2 | 3A |
| Octal | 222 | 223 | 227 | 3 | 3 | 0 | 51 | 344 | 2 | 72 |
| Binary | 10010010 | 10010011 | 10010111 | 11 | 11 | 0 | 101001 | 11100100 | 10 | 111010 |
Color Harmonies of #929397
Complementary color
Monochromatic Colors of #929397
Black with #929397
Text Example
Text Example
White with #929397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929397; }
p { color: rgb(146,147,151); }
H1.HeaderClassName
{
color: #929397;
}
.AnyTagClassName
{
color: #929397;
}
</style>
background-color css
<style>
a { background-color: #929397; }
a { background-color: rgb(146,147,151); }
div.DivClassName
{
background-color: #929397;
}
.BgClassName
{
background-color: #929397;
}
</style>
border-color css
<style>
span { border-color: #929397; }
span { border-color: rgb(146,147,151); }
td.TdClassName
{
border-color: #929397;
}
.TagClassName
{
border-color: #929397;
}
</style>