Shades of Manatee #868BAE
Tints of Manatee #868BAE
RGB
CMYK
RGB Variations
Color information
#868BAE (or 0x868BAE) is known color: Manatee. HEX triplet: 86, 8B and AE. RGB value is (134,139,174). Sum of RGB (Red+Green+Blue) = 134+139+174=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #868BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868BAE is #797451. Grayscale: #8D8D8D. Windows color (decimal): -7959634 or 11438982. OLE color: 11438982.
HSL color Cylindrical-coordinate representation of color #868BAE: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #868BAE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 139 | 174 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.32 |
| HSL | 232.5º | 0.2% | 0.6% | - |
| HSV(B) | 232.5º | 0.23% | 0.68% | - |
| XYZ | 26.7 | 26.59 | 43.77 | - |
| YUV | 141.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 174 | 0.23 | 0.20 | 0 | 0.32 | 232.5 | 0.2 | 0.6 |
| Hex | 86 | 8B | AE | 17 | 14 | 0 | 20 | E8 | 14 | 3C |
| Octal | 206 | 213 | 256 | 27 | 24 | 0 | 40 | 350 | 24 | 74 |
| Binary | 10000110 | 10001011 | 10101110 | 10111 | 10100 | 0 | 100000 | 11101000 | 10100 | 111100 |
Color Harmonies of #868BAE
Complementary color
Monochromatic Colors of #868BAE
Black with #868BAE
Text Example
Text Example
White with #868BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BAE; }
p { color: rgb(134,139,174); }
H1.HeaderClassName
{
color: #868BAE;
}
.AnyTagClassName
{
color: #868BAE;
}
</style>
background-color css
<style>
a { background-color: #868BAE; }
a { background-color: rgb(134,139,174); }
div.DivClassName
{
background-color: #868BAE;
}
.BgClassName
{
background-color: #868BAE;
}
</style>
border-color css
<style>
span { border-color: #868BAE; }
span { border-color: rgb(134,139,174); }
td.TdClassName
{
border-color: #868BAE;
}
.TagClassName
{
border-color: #868BAE;
}
</style>