Shades of Manatee #8A8CAB
Tints of Manatee #8A8CAB
RGB
CMYK
RGB Variations
Color information
#8A8CAB (or 0x8A8CAB) is known color: Manatee. HEX triplet: 8A, 8C and AB. RGB value is (138,140,171). Sum of RGB (Red+Green+Blue) = 138+140+171=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8CAB is #757354. Grayscale: #8E8E8E. Windows color (decimal): -7697237 or 11242634. OLE color: 11242634.
HSL color Cylindrical-coordinate representation of color #8A8CAB: hue angle of 236.36º 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 #8A8CAB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 140 | 171 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.33 |
| HSL | 236.36º | 0.16% | 0.61% | - |
| HSV(B) | 236.36º | 0.19% | 0.67% | - |
| XYZ | 27.21 | 27.1 | 42.32 | - |
| YUV | 142.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 171 | 0.19 | 0.18 | 0 | 0.33 | 236.36 | 0.16 | 0.61 |
| Hex | 8A | 8C | AB | 13 | 12 | 0 | 21 | EC | 10 | 3D |
| Octal | 212 | 214 | 253 | 23 | 22 | 0 | 41 | 354 | 20 | 75 |
| Binary | 10001010 | 10001100 | 10101011 | 10011 | 10010 | 0 | 100001 | 11101100 | 10000 | 111101 |
Color Harmonies of #8A8CAB
Complementary color
Monochromatic Colors of #8A8CAB
Black with #8A8CAB
Text Example
Text Example
White with #8A8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CAB; }
p { color: rgb(138,140,171); }
H1.HeaderClassName
{
color: #8A8CAB;
}
.AnyTagClassName
{
color: #8A8CAB;
}
</style>
background-color css
<style>
a { background-color: #8A8CAB; }
a { background-color: rgb(138,140,171); }
div.DivClassName
{
background-color: #8A8CAB;
}
.BgClassName
{
background-color: #8A8CAB;
}
</style>
border-color css
<style>
span { border-color: #8A8CAB; }
span { border-color: rgb(138,140,171); }
td.TdClassName
{
border-color: #8A8CAB;
}
.TagClassName
{
border-color: #8A8CAB;
}
</style>