Shades of Manatee #92959E
Tints of Manatee #92959E
RGB
CMYK
RGB Variations
Color information
#92959E (or 0x92959E) is known color: Manatee. HEX triplet: 92, 95 and 9E. RGB value is (146,149,158). Sum of RGB (Red+Green+Blue) = 146+149+158=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 158 - color contains mainly: blue. Hex color #92959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92959E is #6D6A61. Grayscale: #959595. Windows color (decimal): -7170658 or 10392978. OLE color: 10392978.
HSL color Cylindrical-coordinate representation of color #92959E: hue angle of 225º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92959E is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 149 | 158 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.38 |
| HSL | 225º | 0.06% | 0.6% | - |
| HSV(B) | 225º | 0.08% | 0.62% | - |
| XYZ | 28.77 | 30.07 | 36.64 | - |
| YUV | 149.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 158 | 0.08 | 0.06 | 0 | 0.38 | 225 | 0.06 | 0.6 |
| Hex | 92 | 95 | 9E | 8 | 6 | 0 | 26 | E1 | 6 | 3C |
| Octal | 222 | 225 | 236 | 10 | 6 | 0 | 46 | 341 | 6 | 74 |
| Binary | 10010010 | 10010101 | 10011110 | 1000 | 110 | 0 | 100110 | 11100001 | 110 | 111100 |
Color Harmonies of #92959E
Complementary color
Monochromatic Colors of #92959E
Black with #92959E
Text Example
Text Example
White with #92959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92959E; }
p { color: rgb(146,149,158); }
H1.HeaderClassName
{
color: #92959E;
}
.AnyTagClassName
{
color: #92959E;
}
</style>
background-color css
<style>
a { background-color: #92959E; }
a { background-color: rgb(146,149,158); }
div.DivClassName
{
background-color: #92959E;
}
.BgClassName
{
background-color: #92959E;
}
</style>
border-color css
<style>
span { border-color: #92959E; }
span { border-color: rgb(146,149,158); }
td.TdClassName
{
border-color: #92959E;
}
.TagClassName
{
border-color: #92959E;
}
</style>