Shades of Manatee #90939C
Tints of Manatee #90939C
RGB
CMYK
RGB Variations
Color information
#90939C (or 0x90939C) is known color: Manatee. HEX triplet: 90, 93 and 9C. RGB value is (144,147,156). Sum of RGB (Red+Green+Blue) = 144+147+156=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 156 - color contains mainly: blue. Hex color #90939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90939C is #6F6C63. Grayscale: #939393. Windows color (decimal): -7302244 or 10261392. OLE color: 10261392.
HSL color Cylindrical-coordinate representation of color #90939C: hue angle of 225º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #90939C is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 147 | 156 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.39 |
| HSL | 225º | 0.06% | 0.59% | - |
| HSV(B) | 225º | 0.08% | 0.61% | - |
| XYZ | 27.94 | 29.2 | 35.62 | - |
| YUV | 147.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 156 | 0.08 | 0.06 | 0 | 0.39 | 225 | 0.06 | 0.59 |
| Hex | 90 | 93 | 9C | 8 | 6 | 0 | 27 | E1 | 6 | 3B |
| Octal | 220 | 223 | 234 | 10 | 6 | 0 | 47 | 341 | 6 | 73 |
| Binary | 10010000 | 10010011 | 10011100 | 1000 | 110 | 0 | 100111 | 11100001 | 110 | 111011 |
Color Harmonies of #90939C
Complementary color
Monochromatic Colors of #90939C
Black with #90939C
Text Example
Text Example
White with #90939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90939C; }
p { color: rgb(144,147,156); }
H1.HeaderClassName
{
color: #90939C;
}
.AnyTagClassName
{
color: #90939C;
}
</style>
background-color css
<style>
a { background-color: #90939C; }
a { background-color: rgb(144,147,156); }
div.DivClassName
{
background-color: #90939C;
}
.BgClassName
{
background-color: #90939C;
}
</style>
border-color css
<style>
span { border-color: #90939C; }
span { border-color: rgb(144,147,156); }
td.TdClassName
{
border-color: #90939C;
}
.TagClassName
{
border-color: #90939C;
}
</style>