Shades of Manatee #8F93AF
Tints of Manatee #8F93AF
RGB
CMYK
RGB Variations
Color information
#8F93AF (or 0x8F93AF) is known color: Manatee. HEX triplet: 8F, 93 and AF. RGB value is (143,147,175). Sum of RGB (Red+Green+Blue) = 143+147+175=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93AF is #706C50. Grayscale: #949494. Windows color (decimal): -7367761 or 11506575. OLE color: 11506575.
HSL color Cylindrical-coordinate representation of color #8F93AF: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F93AF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 147 | 175 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.31 |
| HSL | 232.5º | 0.17% | 0.62% | - |
| HSV(B) | 232.5º | 0.18% | 0.69% | - |
| XYZ | 29.5 | 29.8 | 44.76 | - |
| YUV | 149 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 175 | 0.18 | 0.16 | 0 | 0.31 | 232.5 | 0.17 | 0.62 |
| Hex | 8F | 93 | AF | 12 | 10 | 0 | 1F | E8 | 11 | 3E |
| Octal | 217 | 223 | 257 | 22 | 20 | 0 | 37 | 350 | 21 | 76 |
| Binary | 10001111 | 10010011 | 10101111 | 10010 | 10000 | 0 | 11111 | 11101000 | 10001 | 111110 |
Color Harmonies of #8F93AF
Complementary color
Monochromatic Colors of #8F93AF
Black with #8F93AF
Text Example
Text Example
White with #8F93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93AF; }
p { color: rgb(143,147,175); }
H1.HeaderClassName
{
color: #8F93AF;
}
.AnyTagClassName
{
color: #8F93AF;
}
</style>
background-color css
<style>
a { background-color: #8F93AF; }
a { background-color: rgb(143,147,175); }
div.DivClassName
{
background-color: #8F93AF;
}
.BgClassName
{
background-color: #8F93AF;
}
</style>
border-color css
<style>
span { border-color: #8F93AF; }
span { border-color: rgb(143,147,175); }
td.TdClassName
{
border-color: #8F93AF;
}
.TagClassName
{
border-color: #8F93AF;
}
</style>