Shades of Manatee #90949E
Tints of Manatee #90949E
RGB
CMYK
RGB Variations
Color information
#90949E (or 0x90949E) is known color: Manatee. HEX triplet: 90, 94 and 9E. RGB value is (144,148,158). Sum of RGB (Red+Green+Blue) = 144+148+158=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 158 - color contains mainly: blue. Hex color #90949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90949E is #6F6B61. Grayscale: #939393. Windows color (decimal): -7301986 or 10392720. OLE color: 10392720.
HSL color Cylindrical-coordinate representation of color #90949E: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #90949E is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 148 | 158 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.38 |
| HSL | 222.86º | 0.07% | 0.59% | - |
| HSV(B) | 222.86º | 0.09% | 0.62% | - |
| XYZ | 28.26 | 29.58 | 36.57 | - |
| YUV | 147.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 158 | 0.09 | 0.06 | 0 | 0.38 | 222.86 | 0.07 | 0.59 |
| Hex | 90 | 94 | 9E | 9 | 6 | 0 | 26 | DF | 7 | 3B |
| Octal | 220 | 224 | 236 | 11 | 6 | 0 | 46 | 337 | 7 | 73 |
| Binary | 10010000 | 10010100 | 10011110 | 1001 | 110 | 0 | 100110 | 11011111 | 111 | 111011 |
Color Harmonies of #90949E
Complementary color
Monochromatic Colors of #90949E
Black with #90949E
Text Example
Text Example
White with #90949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90949E; }
p { color: rgb(144,148,158); }
H1.HeaderClassName
{
color: #90949E;
}
.AnyTagClassName
{
color: #90949E;
}
</style>
background-color css
<style>
a { background-color: #90949E; }
a { background-color: rgb(144,148,158); }
div.DivClassName
{
background-color: #90949E;
}
.BgClassName
{
background-color: #90949E;
}
</style>
border-color css
<style>
span { border-color: #90949E; }
span { border-color: rgb(144,148,158); }
td.TdClassName
{
border-color: #90949E;
}
.TagClassName
{
border-color: #90949E;
}
</style>