Shades of Manatee #90919B
Tints of Manatee #90919B
RGB
CMYK
RGB Variations
Color information
#90919B (or 0x90919B) is known color: Manatee. HEX triplet: 90, 91 and 9B. RGB value is (144,145,155). Sum of RGB (Red+Green+Blue) = 144+145+155=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #90919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90919B is #6F6E64. Grayscale: #919191. Windows color (decimal): -7302757 or 10195344. OLE color: 10195344.
HSL color Cylindrical-coordinate representation of color #90919B: hue angle of 234.55º 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 #90919B is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 145 | 155 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.39 |
| HSL | 234.55º | 0.05% | 0.59% | - |
| HSV(B) | 234.55º | 0.07% | 0.61% | - |
| XYZ | 27.54 | 28.55 | 35.07 | - |
| YUV | 145.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 155 | 0.07 | 0.06 | 0 | 0.39 | 234.55 | 0.05 | 0.59 |
| Hex | 90 | 91 | 9B | 7 | 6 | 0 | 27 | EB | 5 | 3B |
| Octal | 220 | 221 | 233 | 7 | 6 | 0 | 47 | 353 | 5 | 73 |
| Binary | 10010000 | 10010001 | 10011011 | 111 | 110 | 0 | 100111 | 11101011 | 101 | 111011 |
Color Harmonies of #90919B
Complementary color
Monochromatic Colors of #90919B
Black with #90919B
Text Example
Text Example
White with #90919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90919B; }
p { color: rgb(144,145,155); }
H1.HeaderClassName
{
color: #90919B;
}
.AnyTagClassName
{
color: #90919B;
}
</style>
background-color css
<style>
a { background-color: #90919B; }
a { background-color: rgb(144,145,155); }
div.DivClassName
{
background-color: #90919B;
}
.BgClassName
{
background-color: #90919B;
}
</style>
border-color css
<style>
span { border-color: #90919B; }
span { border-color: rgb(144,145,155); }
td.TdClassName
{
border-color: #90919B;
}
.TagClassName
{
border-color: #90919B;
}
</style>