Shades of Manatee #90929D
Tints of Manatee #90929D
RGB
CMYK
RGB Variations
Color information
#90929D (or 0x90929D) is known color: Manatee. HEX triplet: 90, 92 and 9D. RGB value is (144,146,157). Sum of RGB (Red+Green+Blue) = 144+146+157=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #90929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90929D is #6F6D62. Grayscale: #929292. Windows color (decimal): -7302499 or 10326672. OLE color: 10326672.
HSL color Cylindrical-coordinate representation of color #90929D: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #90929D is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 146 | 157 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.38 |
| HSL | 230.77º | 0.06% | 0.59% | - |
| HSV(B) | 230.77º | 0.08% | 0.62% | - |
| XYZ | 27.87 | 28.92 | 36.01 | - |
| YUV | 146.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 157 | 0.08 | 0.07 | 0 | 0.38 | 230.77 | 0.06 | 0.59 |
| Hex | 90 | 92 | 9D | 8 | 7 | 0 | 26 | E7 | 6 | 3B |
| Octal | 220 | 222 | 235 | 10 | 7 | 0 | 46 | 347 | 6 | 73 |
| Binary | 10010000 | 10010010 | 10011101 | 1000 | 111 | 0 | 100110 | 11100111 | 110 | 111011 |
Color Harmonies of #90929D
Complementary color
Monochromatic Colors of #90929D
Black with #90929D
Text Example
Text Example
White with #90929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90929D; }
p { color: rgb(144,146,157); }
H1.HeaderClassName
{
color: #90929D;
}
.AnyTagClassName
{
color: #90929D;
}
</style>
background-color css
<style>
a { background-color: #90929D; }
a { background-color: rgb(144,146,157); }
div.DivClassName
{
background-color: #90929D;
}
.BgClassName
{
background-color: #90929D;
}
</style>
border-color css
<style>
span { border-color: #90929D; }
span { border-color: rgb(144,146,157); }
td.TdClassName
{
border-color: #90929D;
}
.TagClassName
{
border-color: #90929D;
}
</style>