Shades of Manatee #868992
Tints of Manatee #868992
RGB
CMYK
RGB Variations
Color information
#868992 (or 0x868992) is known color: Manatee. HEX triplet: 86, 89 and 92. RGB value is (134,137,146). Sum of RGB (Red+Green+Blue) = 134+137+146=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #868992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868992 is #79766D. Grayscale: #898989. Windows color (decimal): -7960174 or 9603462. OLE color: 9603462.
HSL color Cylindrical-coordinate representation of color #868992: hue angle of 225º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #868992 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 137 | 146 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.43 |
| HSL | 225º | 0.05% | 0.55% | - |
| HSV(B) | 225º | 0.08% | 0.57% | - |
| XYZ | 23.97 | 25.03 | 30.76 | - |
| YUV | 137.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 146 | 0.08 | 0.06 | 0 | 0.43 | 225 | 0.05 | 0.55 |
| Hex | 86 | 89 | 92 | 8 | 6 | 0 | 2B | E1 | 5 | 37 |
| Octal | 206 | 211 | 222 | 10 | 6 | 0 | 53 | 341 | 5 | 67 |
| Binary | 10000110 | 10001001 | 10010010 | 1000 | 110 | 0 | 101011 | 11100001 | 101 | 110111 |
Color Harmonies of #868992
Complementary color
Monochromatic Colors of #868992
Black with #868992
Text Example
Text Example
White with #868992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868992; }
p { color: rgb(134,137,146); }
H1.HeaderClassName
{
color: #868992;
}
.AnyTagClassName
{
color: #868992;
}
</style>
background-color css
<style>
a { background-color: #868992; }
a { background-color: rgb(134,137,146); }
div.DivClassName
{
background-color: #868992;
}
.BgClassName
{
background-color: #868992;
}
</style>
border-color css
<style>
span { border-color: #868992; }
span { border-color: rgb(134,137,146); }
td.TdClassName
{
border-color: #868992;
}
.TagClassName
{
border-color: #868992;
}
</style>