Shades of Manatee #8687AF
Tints of Manatee #8687AF
RGB
CMYK
RGB Variations
Color information
#8687AF (or 0x8687AF) is known color: Manatee. HEX triplet: 86, 87 and AF. RGB value is (134,135,175). Sum of RGB (Red+Green+Blue) = 134+135+175=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8687AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8687AF is #797850. Grayscale: #8B8B8B. Windows color (decimal): -7960657 or 11503494. OLE color: 11503494.
HSL color Cylindrical-coordinate representation of color #8687AF: hue angle of 238.54º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8687AF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 135 | 175 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.31 |
| HSL | 238.54º | 0.2% | 0.61% | - |
| HSV(B) | 238.54º | 0.23% | 0.69% | - |
| XYZ | 26.23 | 25.49 | 44.1 | - |
| YUV | 139.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 175 | 0.23 | 0.23 | 0 | 0.31 | 238.54 | 0.2 | 0.61 |
| Hex | 86 | 87 | AF | 17 | 17 | 0 | 1F | EF | 14 | 3D |
| Octal | 206 | 207 | 257 | 27 | 27 | 0 | 37 | 357 | 24 | 75 |
| Binary | 10000110 | 10000111 | 10101111 | 10111 | 10111 | 0 | 11111 | 11101111 | 10100 | 111101 |
Color Harmonies of #8687AF
Complementary color
Monochromatic Colors of #8687AF
Black with #8687AF
Text Example
Text Example
White with #8687AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8687AF; }
p { color: rgb(134,135,175); }
H1.HeaderClassName
{
color: #8687AF;
}
.AnyTagClassName
{
color: #8687AF;
}
</style>
background-color css
<style>
a { background-color: #8687AF; }
a { background-color: rgb(134,135,175); }
div.DivClassName
{
background-color: #8687AF;
}
.BgClassName
{
background-color: #8687AF;
}
</style>
border-color css
<style>
span { border-color: #8687AF; }
span { border-color: rgb(134,135,175); }
td.TdClassName
{
border-color: #8687AF;
}
.TagClassName
{
border-color: #8687AF;
}
</style>