Shades of Manatee #868C9D
Tints of Manatee #868C9D
RGB
CMYK
RGB Variations
Color information
#868C9D (or 0x868C9D) is known color: Manatee. HEX triplet: 86, 8C and 9D. RGB value is (134,140,157). Sum of RGB (Red+Green+Blue) = 134+140+157=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #868C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C9D is #797362. Grayscale: #8C8C8C. Windows color (decimal): -7959395 or 10325126. OLE color: 10325126.
HSL color Cylindrical-coordinate representation of color #868C9D: hue angle of 224.35º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868C9D is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 140 | 157 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.38 |
| HSL | 224.35º | 0.11% | 0.57% | - |
| HSV(B) | 224.35º | 0.15% | 0.62% | - |
| XYZ | 25.3 | 26.26 | 35.63 | - |
| YUV | 140.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 157 | 0.15 | 0.11 | 0 | 0.38 | 224.35 | 0.11 | 0.57 |
| Hex | 86 | 8C | 9D | F | B | 0 | 26 | E0 | B | 39 |
| Octal | 206 | 214 | 235 | 17 | 13 | 0 | 46 | 340 | 13 | 71 |
| Binary | 10000110 | 10001100 | 10011101 | 1111 | 1011 | 0 | 100110 | 11100000 | 1011 | 111001 |
Color Harmonies of #868C9D
Complementary color
Monochromatic Colors of #868C9D
Black with #868C9D
Text Example
Text Example
White with #868C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C9D; }
p { color: rgb(134,140,157); }
H1.HeaderClassName
{
color: #868C9D;
}
.AnyTagClassName
{
color: #868C9D;
}
</style>
background-color css
<style>
a { background-color: #868C9D; }
a { background-color: rgb(134,140,157); }
div.DivClassName
{
background-color: #868C9D;
}
.BgClassName
{
background-color: #868C9D;
}
</style>
border-color css
<style>
span { border-color: #868C9D; }
span { border-color: rgb(134,140,157); }
td.TdClassName
{
border-color: #868C9D;
}
.TagClassName
{
border-color: #868C9D;
}
</style>