Shades of Manatee #90939B
Tints of Manatee #90939B
RGB
CMYK
RGB Variations
Color information
#90939B (or 0x90939B) is known color: Manatee. HEX triplet: 90, 93 and 9B. RGB value is (144,147,155). Sum of RGB (Red+Green+Blue) = 144+147+155=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #90939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90939B is #6F6C64. Grayscale: #929292. Windows color (decimal): -7302245 or 10195856. OLE color: 10195856.
HSL color Cylindrical-coordinate representation of color #90939B: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90939B is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 147 | 155 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.39 |
| HSL | 223.64º | 0.05% | 0.59% | - |
| HSV(B) | 223.64º | 0.07% | 0.61% | - |
| XYZ | 27.85 | 29.16 | 35.17 | - |
| YUV | 147.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 155 | 0.07 | 0.05 | 0 | 0.39 | 223.64 | 0.05 | 0.59 |
| Hex | 90 | 93 | 9B | 7 | 5 | 0 | 27 | E0 | 5 | 3B |
| Octal | 220 | 223 | 233 | 7 | 5 | 0 | 47 | 340 | 5 | 73 |
| Binary | 10010000 | 10010011 | 10011011 | 111 | 101 | 0 | 100111 | 11100000 | 101 | 111011 |
Color Harmonies of #90939B
Complementary color
Monochromatic Colors of #90939B
Black with #90939B
Text Example
Text Example
White with #90939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90939B; }
p { color: rgb(144,147,155); }
H1.HeaderClassName
{
color: #90939B;
}
.AnyTagClassName
{
color: #90939B;
}
</style>
background-color css
<style>
a { background-color: #90939B; }
a { background-color: rgb(144,147,155); }
div.DivClassName
{
background-color: #90939B;
}
.BgClassName
{
background-color: #90939B;
}
</style>
border-color css
<style>
span { border-color: #90939B; }
span { border-color: rgb(144,147,155); }
td.TdClassName
{
border-color: #90939B;
}
.TagClassName
{
border-color: #90939B;
}
</style>