Shades of Manatee #868892
Tints of Manatee #868892
RGB
CMYK
RGB Variations
Color information
#868892 (or 0x868892) is known color: Manatee. HEX triplet: 86, 88 and 92. RGB value is (134,136,146). Sum of RGB (Red+Green+Blue) = 134+136+146=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #868892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868892 is #79776D. Grayscale: #888888. Windows color (decimal): -7960430 or 9603206. OLE color: 9603206.
HSL color Cylindrical-coordinate representation of color #868892: hue angle of 230º 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 #868892 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 136 | 146 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.43 |
| HSL | 230º | 0.05% | 0.55% | - |
| HSV(B) | 230º | 0.08% | 0.57% | - |
| XYZ | 23.82 | 24.75 | 30.72 | - |
| YUV | 136.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 146 | 0.08 | 0.07 | 0 | 0.43 | 230 | 0.05 | 0.55 |
| Hex | 86 | 88 | 92 | 8 | 7 | 0 | 2B | E6 | 5 | 37 |
| Octal | 206 | 210 | 222 | 10 | 7 | 0 | 53 | 346 | 5 | 67 |
| Binary | 10000110 | 10001000 | 10010010 | 1000 | 111 | 0 | 101011 | 11100110 | 101 | 110111 |
Color Harmonies of #868892
Complementary color
Monochromatic Colors of #868892
Black with #868892
Text Example
Text Example
White with #868892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868892; }
p { color: rgb(134,136,146); }
H1.HeaderClassName
{
color: #868892;
}
.AnyTagClassName
{
color: #868892;
}
</style>
background-color css
<style>
a { background-color: #868892; }
a { background-color: rgb(134,136,146); }
div.DivClassName
{
background-color: #868892;
}
.BgClassName
{
background-color: #868892;
}
</style>
border-color css
<style>
span { border-color: #868892; }
span { border-color: rgb(134,136,146); }
td.TdClassName
{
border-color: #868892;
}
.TagClassName
{
border-color: #868892;
}
</style>