Shades of Manatee #9293A3
Tints of Manatee #9293A3
RGB
CMYK
RGB Variations
Color information
#9293A3 (or 0x9293A3) is known color: Manatee. HEX triplet: 92, 93 and A3. RGB value is (146,147,163). Sum of RGB (Red+Green+Blue) = 146+147+163=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 163 - color contains mainly: blue. Hex color #9293A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9293A3 is #6D6C5C. Grayscale: #949494. Windows color (decimal): -7171165 or 10720146. OLE color: 10720146.
HSL color Cylindrical-coordinate representation of color #9293A3: hue angle of 236.47º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9293A3 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 147 | 163 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.36 |
| HSL | 236.47º | 0.08% | 0.61% | - |
| HSV(B) | 236.47º | 0.1% | 0.64% | - |
| XYZ | 28.9 | 29.62 | 38.84 | - |
| YUV | 148.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 163 | 0.10 | 0.10 | 0 | 0.36 | 236.47 | 0.08 | 0.61 |
| Hex | 92 | 93 | A3 | A | A | 0 | 24 | EC | 8 | 3D |
| Octal | 222 | 223 | 243 | 12 | 12 | 0 | 44 | 354 | 10 | 75 |
| Binary | 10010010 | 10010011 | 10100011 | 1010 | 1010 | 0 | 100100 | 11101100 | 1000 | 111101 |
Color Harmonies of #9293A3
Complementary color
Monochromatic Colors of #9293A3
Black with #9293A3
Text Example
Text Example
White with #9293A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9293A3; }
p { color: rgb(146,147,163); }
H1.HeaderClassName
{
color: #9293A3;
}
.AnyTagClassName
{
color: #9293A3;
}
</style>
background-color css
<style>
a { background-color: #9293A3; }
a { background-color: rgb(146,147,163); }
div.DivClassName
{
background-color: #9293A3;
}
.BgClassName
{
background-color: #9293A3;
}
</style>
border-color css
<style>
span { border-color: #9293A3; }
span { border-color: rgb(146,147,163); }
td.TdClassName
{
border-color: #9293A3;
}
.TagClassName
{
border-color: #9293A3;
}
</style>