Shades of Manatee #9094A8
Tints of Manatee #9094A8
RGB
CMYK
RGB Variations
Color information
#9094A8 (or 0x9094A8) is known color: Manatee. HEX triplet: 90, 94 and A8. RGB value is (144,148,168). Sum of RGB (Red+Green+Blue) = 144+148+168=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 168 - color contains mainly: blue. Hex color #9094A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9094A8 is #6F6B57. Grayscale: #949494. Windows color (decimal): -7301976 or 11048080. OLE color: 11048080.
HSL color Cylindrical-coordinate representation of color #9094A8: hue angle of 230º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9094A8 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 148 | 168 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.34 |
| HSL | 230º | 0.12% | 0.61% | - |
| HSV(B) | 230º | 0.14% | 0.66% | - |
| XYZ | 29.16 | 29.94 | 41.29 | - |
| YUV | 149.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 168 | 0.14 | 0.12 | 0 | 0.34 | 230 | 0.12 | 0.61 |
| Hex | 90 | 94 | A8 | E | C | 0 | 22 | E6 | C | 3D |
| Octal | 220 | 224 | 250 | 16 | 14 | 0 | 42 | 346 | 14 | 75 |
| Binary | 10010000 | 10010100 | 10101000 | 1110 | 1100 | 0 | 100010 | 11100110 | 1100 | 111101 |
Color Harmonies of #9094A8
Complementary color
Monochromatic Colors of #9094A8
Black with #9094A8
Text Example
Text Example
White with #9094A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9094A8; }
p { color: rgb(144,148,168); }
H1.HeaderClassName
{
color: #9094A8;
}
.AnyTagClassName
{
color: #9094A8;
}
</style>
background-color css
<style>
a { background-color: #9094A8; }
a { background-color: rgb(144,148,168); }
div.DivClassName
{
background-color: #9094A8;
}
.BgClassName
{
background-color: #9094A8;
}
</style>
border-color css
<style>
span { border-color: #9094A8; }
span { border-color: rgb(144,148,168); }
td.TdClassName
{
border-color: #9094A8;
}
.TagClassName
{
border-color: #9094A8;
}
</style>