Shades of Manatee #8A8FAF
Tints of Manatee #8A8FAF
RGB
CMYK
RGB Variations
Color information
#8A8FAF (or 0x8A8FAF) is known color: Manatee. HEX triplet: 8A, 8F and AF. RGB value is (138,143,175). Sum of RGB (Red+Green+Blue) = 138+143+175=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8FAF is #757050. Grayscale: #919191. Windows color (decimal): -7696465 or 11505546. OLE color: 11505546.
HSL color Cylindrical-coordinate representation of color #8A8FAF: hue angle of 231.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A8FAF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 143 | 175 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.31 |
| HSL | 231.89º | 0.19% | 0.61% | - |
| HSV(B) | 231.89º | 0.21% | 0.69% | - |
| XYZ | 28.04 | 28.14 | 44.51 | - |
| YUV | 145.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 175 | 0.21 | 0.18 | 0 | 0.31 | 231.89 | 0.19 | 0.61 |
| Hex | 8A | 8F | AF | 15 | 12 | 0 | 1F | E8 | 13 | 3D |
| Octal | 212 | 217 | 257 | 25 | 22 | 0 | 37 | 350 | 23 | 75 |
| Binary | 10001010 | 10001111 | 10101111 | 10101 | 10010 | 0 | 11111 | 11101000 | 10011 | 111101 |
Color Harmonies of #8A8FAF
Complementary color
Monochromatic Colors of #8A8FAF
Black with #8A8FAF
Text Example
Text Example
White with #8A8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FAF; }
p { color: rgb(138,143,175); }
H1.HeaderClassName
{
color: #8A8FAF;
}
.AnyTagClassName
{
color: #8A8FAF;
}
</style>
background-color css
<style>
a { background-color: #8A8FAF; }
a { background-color: rgb(138,143,175); }
div.DivClassName
{
background-color: #8A8FAF;
}
.BgClassName
{
background-color: #8A8FAF;
}
</style>
border-color css
<style>
span { border-color: #8A8FAF; }
span { border-color: rgb(138,143,175); }
td.TdClassName
{
border-color: #8A8FAF;
}
.TagClassName
{
border-color: #8A8FAF;
}
</style>