Shades of Manatee #90959D
Tints of Manatee #90959D
RGB
CMYK
RGB Variations
Color information
#90959D (or 0x90959D) is known color: Manatee. HEX triplet: 90, 95 and 9D. RGB value is (144,149,157). Sum of RGB (Red+Green+Blue) = 144+149+157=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 157 - color contains mainly: blue. Hex color #90959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90959D is #6F6A62. Grayscale: #949494. Windows color (decimal): -7301731 or 10327440. OLE color: 10327440.
HSL color Cylindrical-coordinate representation of color #90959D: hue angle of 216.92º 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 #90959D is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 149 | 157 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.38 |
| HSL | 216.92º | 0.06% | 0.59% | - |
| HSV(B) | 216.92º | 0.08% | 0.62% | - |
| XYZ | 28.33 | 29.86 | 36.17 | - |
| YUV | 148.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 157 | 0.08 | 0.05 | 0 | 0.38 | 216.92 | 0.06 | 0.59 |
| Hex | 90 | 95 | 9D | 8 | 5 | 0 | 26 | D9 | 6 | 3B |
| Octal | 220 | 225 | 235 | 10 | 5 | 0 | 46 | 331 | 6 | 73 |
| Binary | 10010000 | 10010101 | 10011101 | 1000 | 101 | 0 | 100110 | 11011001 | 110 | 111011 |
Color Harmonies of #90959D
Complementary color
Monochromatic Colors of #90959D
Black with #90959D
Text Example
Text Example
White with #90959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90959D; }
p { color: rgb(144,149,157); }
H1.HeaderClassName
{
color: #90959D;
}
.AnyTagClassName
{
color: #90959D;
}
</style>
background-color css
<style>
a { background-color: #90959D; }
a { background-color: rgb(144,149,157); }
div.DivClassName
{
background-color: #90959D;
}
.BgClassName
{
background-color: #90959D;
}
</style>
border-color css
<style>
span { border-color: #90959D; }
span { border-color: rgb(144,149,157); }
td.TdClassName
{
border-color: #90959D;
}
.TagClassName
{
border-color: #90959D;
}
</style>