Shades of Manatee #8A8D93
Tints of Manatee #8A8D93
RGB
CMYK
RGB Variations
Color information
#8A8D93 (or 0x8A8D93) is known color: Manatee. HEX triplet: 8A, 8D and 93. RGB value is (138,141,147). Sum of RGB (Red+Green+Blue) = 138+141+147=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8D93 is #75726C. Grayscale: #8C8C8C. Windows color (decimal): -7697005 or 9670026. OLE color: 9670026.
HSL color Cylindrical-coordinate representation of color #8A8D93: hue angle of 220º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A8D93 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 141 | 147 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.42 |
| HSL | 220º | 0.04% | 0.56% | - |
| HSV(B) | 220º | 0.06% | 0.58% | - |
| XYZ | 25.27 | 26.56 | 31.4 | - |
| YUV | 140.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 147 | 0.06 | 0.04 | 0 | 0.42 | 220 | 0.04 | 0.56 |
| Hex | 8A | 8D | 93 | 6 | 4 | 0 | 2A | DC | 4 | 38 |
| Octal | 212 | 215 | 223 | 6 | 4 | 0 | 52 | 334 | 4 | 70 |
| Binary | 10001010 | 10001101 | 10010011 | 110 | 100 | 0 | 101010 | 11011100 | 100 | 111000 |
Color Harmonies of #8A8D93
Complementary color
Monochromatic Colors of #8A8D93
Black with #8A8D93
Text Example
Text Example
White with #8A8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D93; }
p { color: rgb(138,141,147); }
H1.HeaderClassName
{
color: #8A8D93;
}
.AnyTagClassName
{
color: #8A8D93;
}
</style>
background-color css
<style>
a { background-color: #8A8D93; }
a { background-color: rgb(138,141,147); }
div.DivClassName
{
background-color: #8A8D93;
}
.BgClassName
{
background-color: #8A8D93;
}
</style>
border-color css
<style>
span { border-color: #8A8D93; }
span { border-color: rgb(138,141,147); }
td.TdClassName
{
border-color: #8A8D93;
}
.TagClassName
{
border-color: #8A8D93;
}
</style>