Shades of Manatee #9295AF
Tints of Manatee #9295AF
RGB
CMYK
RGB Variations
Color information
#9295AF (or 0x9295AF) is known color: Manatee. HEX triplet: 92, 95 and AF. RGB value is (146,149,175). Sum of RGB (Red+Green+Blue) = 146+149+175=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #9295AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9295AF is #6D6A50. Grayscale: #969696. Windows color (decimal): -7170641 or 11507090. OLE color: 11507090.
HSL color Cylindrical-coordinate representation of color #9295AF: hue angle of 233.79º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9295AF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 149 | 175 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.31 |
| HSL | 233.79º | 0.15% | 0.63% | - |
| HSV(B) | 233.79º | 0.17% | 0.69% | - |
| XYZ | 30.34 | 30.7 | 44.88 | - |
| YUV | 151.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 175 | 0.17 | 0.15 | 0 | 0.31 | 233.79 | 0.15 | 0.63 |
| Hex | 92 | 95 | AF | 11 | F | 0 | 1F | EA | F | 3F |
| Octal | 222 | 225 | 257 | 21 | 17 | 0 | 37 | 352 | 17 | 77 |
| Binary | 10010010 | 10010101 | 10101111 | 10001 | 1111 | 0 | 11111 | 11101010 | 1111 | 111111 |
Color Harmonies of #9295AF
Complementary color
Monochromatic Colors of #9295AF
Black with #9295AF
Text Example
Text Example
White with #9295AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9295AF; }
p { color: rgb(146,149,175); }
H1.HeaderClassName
{
color: #9295AF;
}
.AnyTagClassName
{
color: #9295AF;
}
</style>
background-color css
<style>
a { background-color: #9295AF; }
a { background-color: rgb(146,149,175); }
div.DivClassName
{
background-color: #9295AF;
}
.BgClassName
{
background-color: #9295AF;
}
</style>
border-color css
<style>
span { border-color: #9295AF; }
span { border-color: rgb(146,149,175); }
td.TdClassName
{
border-color: #9295AF;
}
.TagClassName
{
border-color: #9295AF;
}
</style>