Shades of Manatee #8A8DAB
Tints of Manatee #8A8DAB
RGB
CMYK
RGB Variations
Color information
#8A8DAB (or 0x8A8DAB) is known color: Manatee. HEX triplet: 8A, 8D and AB. RGB value is (138,141,171). Sum of RGB (Red+Green+Blue) = 138+141+171=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8DAB is #757254. Grayscale: #8F8F8F. Windows color (decimal): -7696981 or 11242890. OLE color: 11242890.
HSL color Cylindrical-coordinate representation of color #8A8DAB: hue angle of 234.55º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A8DAB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 141 | 171 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.33 |
| HSL | 234.55º | 0.16% | 0.61% | - |
| HSV(B) | 234.55º | 0.19% | 0.67% | - |
| XYZ | 27.36 | 27.39 | 42.37 | - |
| YUV | 143.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 171 | 0.19 | 0.18 | 0 | 0.33 | 234.55 | 0.16 | 0.61 |
| Hex | 8A | 8D | AB | 13 | 12 | 0 | 21 | EB | 10 | 3D |
| Octal | 212 | 215 | 253 | 23 | 22 | 0 | 41 | 353 | 20 | 75 |
| Binary | 10001010 | 10001101 | 10101011 | 10011 | 10010 | 0 | 100001 | 11101011 | 10000 | 111101 |
Color Harmonies of #8A8DAB
Complementary color
Monochromatic Colors of #8A8DAB
Black with #8A8DAB
Text Example
Text Example
White with #8A8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DAB; }
p { color: rgb(138,141,171); }
H1.HeaderClassName
{
color: #8A8DAB;
}
.AnyTagClassName
{
color: #8A8DAB;
}
</style>
background-color css
<style>
a { background-color: #8A8DAB; }
a { background-color: rgb(138,141,171); }
div.DivClassName
{
background-color: #8A8DAB;
}
.BgClassName
{
background-color: #8A8DAB;
}
</style>
border-color css
<style>
span { border-color: #8A8DAB; }
span { border-color: rgb(138,141,171); }
td.TdClassName
{
border-color: #8A8DAB;
}
.TagClassName
{
border-color: #8A8DAB;
}
</style>