Shades of Manatee #868B9C
Tints of Manatee #868B9C
RGB
CMYK
RGB Variations
Color information
#868B9C (or 0x868B9C) is known color: Manatee. HEX triplet: 86, 8B and 9C. RGB value is (134,139,156). Sum of RGB (Red+Green+Blue) = 134+139+156=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #868B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B9C is #797463. Grayscale: #8B8B8B. Windows color (decimal): -7959652 or 10259334. OLE color: 10259334.
HSL color Cylindrical-coordinate representation of color #868B9C: hue angle of 226.36º 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 #868B9C is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 139 | 156 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.39 |
| HSL | 226.36º | 0.1% | 0.57% | - |
| HSV(B) | 226.36º | 0.14% | 0.61% | - |
| XYZ | 25.06 | 25.93 | 35.14 | - |
| YUV | 139.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 156 | 0.14 | 0.11 | 0 | 0.39 | 226.36 | 0.1 | 0.57 |
| Hex | 86 | 8B | 9C | E | B | 0 | 27 | E2 | A | 39 |
| Octal | 206 | 213 | 234 | 16 | 13 | 0 | 47 | 342 | 12 | 71 |
| Binary | 10000110 | 10001011 | 10011100 | 1110 | 1011 | 0 | 100111 | 11100010 | 1010 | 111001 |
Color Harmonies of #868B9C
Complementary color
Monochromatic Colors of #868B9C
Black with #868B9C
Text Example
Text Example
White with #868B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B9C; }
p { color: rgb(134,139,156); }
H1.HeaderClassName
{
color: #868B9C;
}
.AnyTagClassName
{
color: #868B9C;
}
</style>
background-color css
<style>
a { background-color: #868B9C; }
a { background-color: rgb(134,139,156); }
div.DivClassName
{
background-color: #868B9C;
}
.BgClassName
{
background-color: #868B9C;
}
</style>
border-color css
<style>
span { border-color: #868B9C; }
span { border-color: rgb(134,139,156); }
td.TdClassName
{
border-color: #868B9C;
}
.TagClassName
{
border-color: #868B9C;
}
</style>