Shades of Manatee #8F92A4
Tints of Manatee #8F92A4
RGB
CMYK
RGB Variations
Color information
#8F92A4 (or 0x8F92A4) is known color: Manatee. HEX triplet: 8F, 92 and A4. RGB value is (143,146,164). Sum of RGB (Red+Green+Blue) = 143+146+164=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F92A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F92A4 is #706D5B. Grayscale: #939393. Windows color (decimal): -7368028 or 10785423. OLE color: 10785423.
HSL color Cylindrical-coordinate representation of color #8F92A4: hue angle of 231.43º 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 #8F92A4 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 146 | 164 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.36 |
| HSL | 231.43º | 0.1% | 0.6% | - |
| HSV(B) | 231.43º | 0.13% | 0.64% | - |
| XYZ | 28.31 | 29.08 | 39.24 | - |
| YUV | 147.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 164 | 0.13 | 0.11 | 0 | 0.36 | 231.43 | 0.1 | 0.6 |
| Hex | 8F | 92 | A4 | D | B | 0 | 24 | E7 | A | 3C |
| Octal | 217 | 222 | 244 | 15 | 13 | 0 | 44 | 347 | 12 | 74 |
| Binary | 10001111 | 10010010 | 10100100 | 1101 | 1011 | 0 | 100100 | 11100111 | 1010 | 111100 |
Color Harmonies of #8F92A4
Complementary color
Monochromatic Colors of #8F92A4
Black with #8F92A4
Text Example
Text Example
White with #8F92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92A4; }
p { color: rgb(143,146,164); }
H1.HeaderClassName
{
color: #8F92A4;
}
.AnyTagClassName
{
color: #8F92A4;
}
</style>
background-color css
<style>
a { background-color: #8F92A4; }
a { background-color: rgb(143,146,164); }
div.DivClassName
{
background-color: #8F92A4;
}
.BgClassName
{
background-color: #8F92A4;
}
</style>
border-color css
<style>
span { border-color: #8F92A4; }
span { border-color: rgb(143,146,164); }
td.TdClassName
{
border-color: #8F92A4;
}
.TagClassName
{
border-color: #8F92A4;
}
</style>