Shades of Manatee #8F93AA
Tints of Manatee #8F93AA
RGB
CMYK
RGB Variations
Color information
#8F93AA (or 0x8F93AA) is known color: Manatee. HEX triplet: 8F, 93 and AA. RGB value is (143,147,170). Sum of RGB (Red+Green+Blue) = 143+147+170=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93AA is #706C55. Grayscale: #949494. Windows color (decimal): -7367766 or 11178895. OLE color: 11178895.
HSL color Cylindrical-coordinate representation of color #8F93AA: hue angle of 231.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F93AA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 147 | 170 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.33 |
| HSL | 231.11º | 0.14% | 0.61% | - |
| HSV(B) | 231.11º | 0.16% | 0.67% | - |
| XYZ | 29.02 | 29.61 | 42.22 | - |
| YUV | 148.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 170 | 0.16 | 0.14 | 0 | 0.33 | 231.11 | 0.14 | 0.61 |
| Hex | 8F | 93 | AA | 10 | E | 0 | 21 | E7 | E | 3D |
| Octal | 217 | 223 | 252 | 20 | 16 | 0 | 41 | 347 | 16 | 75 |
| Binary | 10001111 | 10010011 | 10101010 | 10000 | 1110 | 0 | 100001 | 11100111 | 1110 | 111101 |
Color Harmonies of #8F93AA
Complementary color
Monochromatic Colors of #8F93AA
Black with #8F93AA
Text Example
Text Example
White with #8F93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93AA; }
p { color: rgb(143,147,170); }
H1.HeaderClassName
{
color: #8F93AA;
}
.AnyTagClassName
{
color: #8F93AA;
}
</style>
background-color css
<style>
a { background-color: #8F93AA; }
a { background-color: rgb(143,147,170); }
div.DivClassName
{
background-color: #8F93AA;
}
.BgClassName
{
background-color: #8F93AA;
}
</style>
border-color css
<style>
span { border-color: #8F93AA; }
span { border-color: rgb(143,147,170); }
td.TdClassName
{
border-color: #8F93AA;
}
.TagClassName
{
border-color: #8F93AA;
}
</style>