Shades of Manatee #868AAF
Tints of Manatee #868AAF
RGB
CMYK
RGB Variations
Color information
#868AAF (or 0x868AAF) is known color: Manatee. HEX triplet: 86, 8A and AF. RGB value is (134,138,175). Sum of RGB (Red+Green+Blue) = 134+138+175=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #868AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AAF is #797550. Grayscale: #8C8C8C. Windows color (decimal): -7959889 or 11504262. OLE color: 11504262.
HSL color Cylindrical-coordinate representation of color #868AAF: hue angle of 234.15º 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 #868AAF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 138 | 175 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.31 |
| HSL | 234.15º | 0.2% | 0.61% | - |
| HSV(B) | 234.15º | 0.23% | 0.69% | - |
| XYZ | 26.66 | 26.34 | 44.24 | - |
| YUV | 141.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 175 | 0.23 | 0.21 | 0 | 0.31 | 234.15 | 0.2 | 0.61 |
| Hex | 86 | 8A | AF | 17 | 15 | 0 | 1F | EA | 14 | 3D |
| Octal | 206 | 212 | 257 | 27 | 25 | 0 | 37 | 352 | 24 | 75 |
| Binary | 10000110 | 10001010 | 10101111 | 10111 | 10101 | 0 | 11111 | 11101010 | 10100 | 111101 |
Color Harmonies of #868AAF
Complementary color
Monochromatic Colors of #868AAF
Black with #868AAF
Text Example
Text Example
White with #868AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AAF; }
p { color: rgb(134,138,175); }
H1.HeaderClassName
{
color: #868AAF;
}
.AnyTagClassName
{
color: #868AAF;
}
</style>
background-color css
<style>
a { background-color: #868AAF; }
a { background-color: rgb(134,138,175); }
div.DivClassName
{
background-color: #868AAF;
}
.BgClassName
{
background-color: #868AAF;
}
</style>
border-color css
<style>
span { border-color: #868AAF; }
span { border-color: rgb(134,138,175); }
td.TdClassName
{
border-color: #868AAF;
}
.TagClassName
{
border-color: #868AAF;
}
</style>