Shades of Manatee #92939C
Tints of Manatee #92939C
RGB
CMYK
RGB Variations
Color information
#92939C (or 0x92939C) is known color: Manatee. HEX triplet: 92, 93 and 9C. RGB value is (146,147,156). Sum of RGB (Red+Green+Blue) = 146+147+156=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 156 - color contains mainly: blue. Hex color #92939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92939C is #6D6C63. Grayscale: #939393. Windows color (decimal): -7171172 or 10261394. OLE color: 10261394.
HSL color Cylindrical-coordinate representation of color #92939C: hue angle of 234º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92939C is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 147 | 156 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.39 |
| HSL | 234º | 0.05% | 0.59% | - |
| HSV(B) | 234º | 0.06% | 0.61% | - |
| XYZ | 28.29 | 29.38 | 35.63 | - |
| YUV | 147.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 156 | 0.06 | 0.06 | 0 | 0.39 | 234 | 0.05 | 0.59 |
| Hex | 92 | 93 | 9C | 6 | 6 | 0 | 27 | EA | 5 | 3B |
| Octal | 222 | 223 | 234 | 6 | 6 | 0 | 47 | 352 | 5 | 73 |
| Binary | 10010010 | 10010011 | 10011100 | 110 | 110 | 0 | 100111 | 11101010 | 101 | 111011 |
Color Harmonies of #92939C
Complementary color
Monochromatic Colors of #92939C
Black with #92939C
Text Example
Text Example
White with #92939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92939C; }
p { color: rgb(146,147,156); }
H1.HeaderClassName
{
color: #92939C;
}
.AnyTagClassName
{
color: #92939C;
}
</style>
background-color css
<style>
a { background-color: #92939C; }
a { background-color: rgb(146,147,156); }
div.DivClassName
{
background-color: #92939C;
}
.BgClassName
{
background-color: #92939C;
}
</style>
border-color css
<style>
span { border-color: #92939C; }
span { border-color: rgb(146,147,156); }
td.TdClassName
{
border-color: #92939C;
}
.TagClassName
{
border-color: #92939C;
}
</style>