Shades of Manatee #8F94A4
Tints of Manatee #8F94A4
RGB
CMYK
RGB Variations
Color information
#8F94A4 (or 0x8F94A4) is known color: Manatee. HEX triplet: 8F, 94 and A4. RGB value is (143,148,164). Sum of RGB (Red+Green+Blue) = 143+148+164=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F94A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F94A4 is #706B5B. Grayscale: #949494. Windows color (decimal): -7367516 or 10785935. OLE color: 10785935.
HSL color Cylindrical-coordinate representation of color #8F94A4: hue angle of 225.71º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F94A4 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 148 | 164 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.36 |
| HSL | 225.71º | 0.1% | 0.6% | - |
| HSV(B) | 225.71º | 0.13% | 0.64% | - |
| XYZ | 28.62 | 29.7 | 39.35 | - |
| YUV | 148.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 164 | 0.13 | 0.10 | 0 | 0.36 | 225.71 | 0.1 | 0.6 |
| Hex | 8F | 94 | A4 | D | A | 0 | 24 | E2 | A | 3C |
| Octal | 217 | 224 | 244 | 15 | 12 | 0 | 44 | 342 | 12 | 74 |
| Binary | 10001111 | 10010100 | 10100100 | 1101 | 1010 | 0 | 100100 | 11100010 | 1010 | 111100 |
Color Harmonies of #8F94A4
Complementary color
Monochromatic Colors of #8F94A4
Black with #8F94A4
Text Example
Text Example
White with #8F94A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F94A4; }
p { color: rgb(143,148,164); }
H1.HeaderClassName
{
color: #8F94A4;
}
.AnyTagClassName
{
color: #8F94A4;
}
</style>
background-color css
<style>
a { background-color: #8F94A4; }
a { background-color: rgb(143,148,164); }
div.DivClassName
{
background-color: #8F94A4;
}
.BgClassName
{
background-color: #8F94A4;
}
</style>
border-color css
<style>
span { border-color: #8F94A4; }
span { border-color: rgb(143,148,164); }
td.TdClassName
{
border-color: #8F94A4;
}
.TagClassName
{
border-color: #8F94A4;
}
</style>