Shades of Manatee #909195
Tints of Manatee #909195
RGB
CMYK
RGB Variations
Color information
#909195 (or 0x909195) is known color: Manatee. HEX triplet: 90, 91 and 95. RGB value is (144,145,149). Sum of RGB (Red+Green+Blue) = 144+145+149=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 149 - color contains mainly: blue. Hex color #909195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909195 is #6F6E6A. Grayscale: #919191. Windows color (decimal): -7302763 or 9802128. OLE color: 9802128.
HSL color Cylindrical-coordinate representation of color #909195: hue angle of 228º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #909195 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 145 | 149 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.42 |
| HSL | 228º | 0.02% | 0.57% | - |
| HSV(B) | 228º | 0.03% | 0.58% | - |
| XYZ | 27.05 | 28.35 | 32.48 | - |
| YUV | 145.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 149 | 0.03 | 0.03 | 0 | 0.42 | 228 | 0.02 | 0.57 |
| Hex | 90 | 91 | 95 | 3 | 3 | 0 | 2A | E4 | 2 | 39 |
| Octal | 220 | 221 | 225 | 3 | 3 | 0 | 52 | 344 | 2 | 71 |
| Binary | 10010000 | 10010001 | 10010101 | 11 | 11 | 0 | 101010 | 11100100 | 10 | 111001 |
Color Harmonies of #909195
Complementary color
Monochromatic Colors of #909195
Black with #909195
Text Example
Text Example
White with #909195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909195; }
p { color: rgb(144,145,149); }
H1.HeaderClassName
{
color: #909195;
}
.AnyTagClassName
{
color: #909195;
}
</style>
background-color css
<style>
a { background-color: #909195; }
a { background-color: rgb(144,145,149); }
div.DivClassName
{
background-color: #909195;
}
.BgClassName
{
background-color: #909195;
}
</style>
border-color css
<style>
span { border-color: #909195; }
span { border-color: rgb(144,145,149); }
td.TdClassName
{
border-color: #909195;
}
.TagClassName
{
border-color: #909195;
}
</style>