Shades of Manatee #868BA9
Tints of Manatee #868BA9
RGB
CMYK
RGB Variations
Color information
#868BA9 (or 0x868BA9) is known color: Manatee. HEX triplet: 86, 8B and A9. RGB value is (134,139,169). Sum of RGB (Red+Green+Blue) = 134+139+169=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 169 - color contains mainly: blue. Hex color #868BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868BA9 is #797456. Grayscale: #8C8C8C. Windows color (decimal): -7959639 or 11111302. OLE color: 11111302.
HSL color Cylindrical-coordinate representation of color #868BA9: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #868BA9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 139 | 169 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.34 |
| HSL | 231.43º | 0.17% | 0.59% | - |
| HSV(B) | 231.43º | 0.21% | 0.66% | - |
| XYZ | 26.23 | 26.4 | 41.25 | - |
| YUV | 140.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 169 | 0.21 | 0.18 | 0 | 0.34 | 231.43 | 0.17 | 0.59 |
| Hex | 86 | 8B | A9 | 15 | 12 | 0 | 22 | E7 | 11 | 3B |
| Octal | 206 | 213 | 251 | 25 | 22 | 0 | 42 | 347 | 21 | 73 |
| Binary | 10000110 | 10001011 | 10101001 | 10101 | 10010 | 0 | 100010 | 11100111 | 10001 | 111011 |
Color Harmonies of #868BA9
Complementary color
Monochromatic Colors of #868BA9
Black with #868BA9
Text Example
Text Example
White with #868BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BA9; }
p { color: rgb(134,139,169); }
H1.HeaderClassName
{
color: #868BA9;
}
.AnyTagClassName
{
color: #868BA9;
}
</style>
background-color css
<style>
a { background-color: #868BA9; }
a { background-color: rgb(134,139,169); }
div.DivClassName
{
background-color: #868BA9;
}
.BgClassName
{
background-color: #868BA9;
}
</style>
border-color css
<style>
span { border-color: #868BA9; }
span { border-color: rgb(134,139,169); }
td.TdClassName
{
border-color: #868BA9;
}
.TagClassName
{
border-color: #868BA9;
}
</style>