Shades of Manatee #8F93B0
Tints of Manatee #8F93B0
RGB
CMYK
RGB Variations
Color information
#8F93B0 (or 0x8F93B0) is known color: Manatee. HEX triplet: 8F, 93 and B0. RGB value is (143,147,176). Sum of RGB (Red+Green+Blue) = 143+147+176=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F93B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93B0 is #706C4F. Grayscale: #949494. Windows color (decimal): -7367760 or 11572111. OLE color: 11572111.
HSL color Cylindrical-coordinate representation of color #8F93B0: hue angle of 232.73º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F93B0 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 147 | 176 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.31 |
| HSL | 232.73º | 0.17% | 0.63% | - |
| HSV(B) | 232.73º | 0.19% | 0.69% | - |
| XYZ | 29.6 | 29.84 | 45.27 | - |
| YUV | 149.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 176 | 0.19 | 0.16 | 0 | 0.31 | 232.73 | 0.17 | 0.63 |
| Hex | 8F | 93 | B0 | 13 | 10 | 0 | 1F | E9 | 11 | 3F |
| Octal | 217 | 223 | 260 | 23 | 20 | 0 | 37 | 351 | 21 | 77 |
| Binary | 10001111 | 10010011 | 10110000 | 10011 | 10000 | 0 | 11111 | 11101001 | 10001 | 111111 |
Color Harmonies of #8F93B0
Complementary color
Monochromatic Colors of #8F93B0
Black with #8F93B0
Text Example
Text Example
White with #8F93B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93B0; }
p { color: rgb(143,147,176); }
H1.HeaderClassName
{
color: #8F93B0;
}
.AnyTagClassName
{
color: #8F93B0;
}
</style>
background-color css
<style>
a { background-color: #8F93B0; }
a { background-color: rgb(143,147,176); }
div.DivClassName
{
background-color: #8F93B0;
}
.BgClassName
{
background-color: #8F93B0;
}
</style>
border-color css
<style>
span { border-color: #8F93B0; }
span { border-color: rgb(143,147,176); }
td.TdClassName
{
border-color: #8F93B0;
}
.TagClassName
{
border-color: #8F93B0;
}
</style>