Shades of Manatee #868FAB
Tints of Manatee #868FAB
RGB
CMYK
RGB Variations
Color information
#868FAB (or 0x868FAB) is known color: Manatee. HEX triplet: 86, 8F and AB. RGB value is (134,143,171). Sum of RGB (Red+Green+Blue) = 134+143+171=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #868FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FAB is #797054. Grayscale: #8F8F8F. Windows color (decimal): -7958613 or 11243398. OLE color: 11243398.
HSL color Cylindrical-coordinate representation of color #868FAB: hue angle of 225.41º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #868FAB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 143 | 171 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.33 |
| HSL | 225.41º | 0.18% | 0.6% | - |
| HSV(B) | 225.41º | 0.22% | 0.67% | - |
| XYZ | 27 | 27.65 | 42.44 | - |
| YUV | 143.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 171 | 0.22 | 0.16 | 0 | 0.33 | 225.41 | 0.18 | 0.6 |
| Hex | 86 | 8F | AB | 16 | 10 | 0 | 21 | E1 | 12 | 3C |
| Octal | 206 | 217 | 253 | 26 | 20 | 0 | 41 | 341 | 22 | 74 |
| Binary | 10000110 | 10001111 | 10101011 | 10110 | 10000 | 0 | 100001 | 11100001 | 10010 | 111100 |
Color Harmonies of #868FAB
Complementary color
Monochromatic Colors of #868FAB
Black with #868FAB
Text Example
Text Example
White with #868FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868FAB; }
p { color: rgb(134,143,171); }
H1.HeaderClassName
{
color: #868FAB;
}
.AnyTagClassName
{
color: #868FAB;
}
</style>
background-color css
<style>
a { background-color: #868FAB; }
a { background-color: rgb(134,143,171); }
div.DivClassName
{
background-color: #868FAB;
}
.BgClassName
{
background-color: #868FAB;
}
</style>
border-color css
<style>
span { border-color: #868FAB; }
span { border-color: rgb(134,143,171); }
td.TdClassName
{
border-color: #868FAB;
}
.TagClassName
{
border-color: #868FAB;
}
</style>