Shades of Manatee #868A9C
Tints of Manatee #868A9C
RGB
CMYK
RGB Variations
Color information
#868A9C (or 0x868A9C) is known color: Manatee. HEX triplet: 86, 8A and 9C. RGB value is (134,138,156). Sum of RGB (Red+Green+Blue) = 134+138+156=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #868A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A9C is #797563. Grayscale: #8A8A8A. Windows color (decimal): -7959908 or 10259078. OLE color: 10259078.
HSL color Cylindrical-coordinate representation of color #868A9C: hue angle of 229.09º 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 #868A9C is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 138 | 156 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.39 |
| HSL | 229.09º | 0.1% | 0.57% | - |
| HSV(B) | 229.09º | 0.14% | 0.61% | - |
| XYZ | 24.92 | 25.65 | 35.09 | - |
| YUV | 138.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 156 | 0.14 | 0.12 | 0 | 0.39 | 229.09 | 0.1 | 0.57 |
| Hex | 86 | 8A | 9C | E | C | 0 | 27 | E5 | A | 39 |
| Octal | 206 | 212 | 234 | 16 | 14 | 0 | 47 | 345 | 12 | 71 |
| Binary | 10000110 | 10001010 | 10011100 | 1110 | 1100 | 0 | 100111 | 11100101 | 1010 | 111001 |
Color Harmonies of #868A9C
Complementary color
Monochromatic Colors of #868A9C
Black with #868A9C
Text Example
Text Example
White with #868A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A9C; }
p { color: rgb(134,138,156); }
H1.HeaderClassName
{
color: #868A9C;
}
.AnyTagClassName
{
color: #868A9C;
}
</style>
background-color css
<style>
a { background-color: #868A9C; }
a { background-color: rgb(134,138,156); }
div.DivClassName
{
background-color: #868A9C;
}
.BgClassName
{
background-color: #868A9C;
}
</style>
border-color css
<style>
span { border-color: #868A9C; }
span { border-color: rgb(134,138,156); }
td.TdClassName
{
border-color: #868A9C;
}
.TagClassName
{
border-color: #868A9C;
}
</style>