Shades of Manatee #868A9B
Tints of Manatee #868A9B
RGB
CMYK
RGB Variations
Color information
#868A9B (or 0x868A9B) is known color: Manatee. HEX triplet: 86, 8A and 9B. RGB value is (134,138,155). Sum of RGB (Red+Green+Blue) = 134+138+155=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #868A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A9B is #797564. Grayscale: #8A8A8A. Windows color (decimal): -7959909 or 10193542. OLE color: 10193542.
HSL color Cylindrical-coordinate representation of color #868A9B: hue angle of 228.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868A9B is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 138 | 155 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.39 |
| HSL | 228.57º | 0.1% | 0.57% | - |
| HSV(B) | 228.57º | 0.14% | 0.61% | - |
| XYZ | 24.84 | 25.61 | 34.64 | - |
| YUV | 138.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 155 | 0.14 | 0.11 | 0 | 0.39 | 228.57 | 0.1 | 0.57 |
| Hex | 86 | 8A | 9B | E | B | 0 | 27 | E5 | A | 39 |
| Octal | 206 | 212 | 233 | 16 | 13 | 0 | 47 | 345 | 12 | 71 |
| Binary | 10000110 | 10001010 | 10011011 | 1110 | 1011 | 0 | 100111 | 11100101 | 1010 | 111001 |
Color Harmonies of #868A9B
Complementary color
Monochromatic Colors of #868A9B
Black with #868A9B
Text Example
Text Example
White with #868A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A9B; }
p { color: rgb(134,138,155); }
H1.HeaderClassName
{
color: #868A9B;
}
.AnyTagClassName
{
color: #868A9B;
}
</style>
background-color css
<style>
a { background-color: #868A9B; }
a { background-color: rgb(134,138,155); }
div.DivClassName
{
background-color: #868A9B;
}
.BgClassName
{
background-color: #868A9B;
}
</style>
border-color css
<style>
span { border-color: #868A9B; }
span { border-color: rgb(134,138,155); }
td.TdClassName
{
border-color: #868A9B;
}
.TagClassName
{
border-color: #868A9B;
}
</style>