Shades of Manatee #868A96
Tints of Manatee #868A96
RGB
CMYK
RGB Variations
Color information
#868A96 (or 0x868A96) is known color: Manatee. HEX triplet: 86, 8A and 96. RGB value is (134,138,150). Sum of RGB (Red+Green+Blue) = 134+138+150=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 150 - color contains mainly: blue. Hex color #868A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A96 is #797569. Grayscale: #8A8A8A. Windows color (decimal): -7959914 or 9865862. OLE color: 9865862.
HSL color Cylindrical-coordinate representation of color #868A96: hue angle of 225º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #868A96 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 138 | 150 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.41 |
| HSL | 225º | 0.07% | 0.56% | - |
| HSV(B) | 225º | 0.11% | 0.59% | - |
| XYZ | 24.43 | 25.45 | 32.48 | - |
| YUV | 138.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 150 | 0.11 | 0.08 | 0 | 0.41 | 225 | 0.07 | 0.56 |
| Hex | 86 | 8A | 96 | B | 8 | 0 | 29 | E1 | 7 | 38 |
| Octal | 206 | 212 | 226 | 13 | 10 | 0 | 51 | 341 | 7 | 70 |
| Binary | 10000110 | 10001010 | 10010110 | 1011 | 1000 | 0 | 101001 | 11100001 | 111 | 111000 |
Color Harmonies of #868A96
Complementary color
Monochromatic Colors of #868A96
Black with #868A96
Text Example
Text Example
White with #868A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A96; }
p { color: rgb(134,138,150); }
H1.HeaderClassName
{
color: #868A96;
}
.AnyTagClassName
{
color: #868A96;
}
</style>
background-color css
<style>
a { background-color: #868A96; }
a { background-color: rgb(134,138,150); }
div.DivClassName
{
background-color: #868A96;
}
.BgClassName
{
background-color: #868A96;
}
</style>
border-color css
<style>
span { border-color: #868A96; }
span { border-color: rgb(134,138,150); }
td.TdClassName
{
border-color: #868A96;
}
.TagClassName
{
border-color: #868A96;
}
</style>