Shades of Manatee #9295AB
Tints of Manatee #9295AB
RGB
CMYK
RGB Variations
Color information
#9295AB (or 0x9295AB) is known color: Manatee. HEX triplet: 92, 95 and AB. RGB value is (146,149,171). Sum of RGB (Red+Green+Blue) = 146+149+171=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9295AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9295AB is #6D6A54. Grayscale: #969696. Windows color (decimal): -7170645 or 11244946. OLE color: 11244946.
HSL color Cylindrical-coordinate representation of color #9295AB: hue angle of 232.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9295AB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 149 | 171 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.33 |
| HSL | 232.8º | 0.13% | 0.62% | - |
| HSV(B) | 232.8º | 0.15% | 0.67% | - |
| XYZ | 29.95 | 30.55 | 42.85 | - |
| YUV | 150.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 171 | 0.15 | 0.13 | 0 | 0.33 | 232.8 | 0.13 | 0.62 |
| Hex | 92 | 95 | AB | F | D | 0 | 21 | E9 | D | 3E |
| Octal | 222 | 225 | 253 | 17 | 15 | 0 | 41 | 351 | 15 | 76 |
| Binary | 10010010 | 10010101 | 10101011 | 1111 | 1101 | 0 | 100001 | 11101001 | 1101 | 111110 |
Color Harmonies of #9295AB
Complementary color
Monochromatic Colors of #9295AB
Black with #9295AB
Text Example
Text Example
White with #9295AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295AB; }
p { color: rgb(146,149,171); }
H1.HeaderClassName
{
color: #9295AB;
}
.AnyTagClassName
{
color: #9295AB;
}
</style>
background-color css
<style>
a { background-color: #9295AB; }
a { background-color: rgb(146,149,171); }
div.DivClassName
{
background-color: #9295AB;
}
.BgClassName
{
background-color: #9295AB;
}
</style>
border-color css
<style>
span { border-color: #9295AB; }
span { border-color: rgb(146,149,171); }
td.TdClassName
{
border-color: #9295AB;
}
.TagClassName
{
border-color: #9295AB;
}
</style>