Shades of Manatee #8790AF
Tints of Manatee #8790AF
RGB
CMYK
RGB Variations
Color information
#8790AF (or 0x8790AF) is known color: Manatee. HEX triplet: 87, 90 and AF. RGB value is (135,144,175). Sum of RGB (Red+Green+Blue) = 135+144+175=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #8790AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8790AF is #786F50. Grayscale: #909090. Windows color (decimal): -7892817 or 11505799. OLE color: 11505799.
HSL color Cylindrical-coordinate representation of color #8790AF: hue angle of 226.5º 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 #8790AF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 144 | 175 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.31 |
| HSL | 226.5º | 0.2% | 0.61% | - |
| HSV(B) | 226.5º | 0.23% | 0.69% | - |
| XYZ | 27.7 | 28.19 | 44.54 | - |
| YUV | 144.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 175 | 0.23 | 0.18 | 0 | 0.31 | 226.5 | 0.2 | 0.61 |
| Hex | 87 | 90 | AF | 17 | 12 | 0 | 1F | E2 | 14 | 3D |
| Octal | 207 | 220 | 257 | 27 | 22 | 0 | 37 | 342 | 24 | 75 |
| Binary | 10000111 | 10010000 | 10101111 | 10111 | 10010 | 0 | 11111 | 11100010 | 10100 | 111101 |
Color Harmonies of #8790AF
Complementary color
Monochromatic Colors of #8790AF
Black with #8790AF
Text Example
Text Example
White with #8790AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8790AF; }
p { color: rgb(135,144,175); }
H1.HeaderClassName
{
color: #8790AF;
}
.AnyTagClassName
{
color: #8790AF;
}
</style>
background-color css
<style>
a { background-color: #8790AF; }
a { background-color: rgb(135,144,175); }
div.DivClassName
{
background-color: #8790AF;
}
.BgClassName
{
background-color: #8790AF;
}
</style>
border-color css
<style>
span { border-color: #8790AF; }
span { border-color: rgb(135,144,175); }
td.TdClassName
{
border-color: #8790AF;
}
.TagClassName
{
border-color: #8790AF;
}
</style>