Shades of Manatee #858C9E
Tints of Manatee #858C9E
RGB
CMYK
RGB Variations
Color information
#858C9E (or 0x858C9E) is known color: Manatee. HEX triplet: 85, 8C and 9E. RGB value is (133,140,158). Sum of RGB (Red+Green+Blue) = 133+140+158=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #858C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C9E is #7A7361. Grayscale: #8B8B8B. Windows color (decimal): -8024930 or 10390661. OLE color: 10390661.
HSL color Cylindrical-coordinate representation of color #858C9E: hue angle of 223.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858C9E is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 140 | 158 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.38 |
| HSL | 223.2º | 0.11% | 0.57% | - |
| HSV(B) | 223.2º | 0.16% | 0.62% | - |
| XYZ | 25.22 | 26.21 | 36.08 | - |
| YUV | 139.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 158 | 0.16 | 0.11 | 0 | 0.38 | 223.2 | 0.11 | 0.57 |
| Hex | 85 | 8C | 9E | 10 | B | 0 | 26 | DF | B | 39 |
| Octal | 205 | 214 | 236 | 20 | 13 | 0 | 46 | 337 | 13 | 71 |
| Binary | 10000101 | 10001100 | 10011110 | 10000 | 1011 | 0 | 100110 | 11011111 | 1011 | 111001 |
Color Harmonies of #858C9E
Complementary color
Monochromatic Colors of #858C9E
Black with #858C9E
Text Example
Text Example
White with #858C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C9E; }
p { color: rgb(133,140,158); }
H1.HeaderClassName
{
color: #858C9E;
}
.AnyTagClassName
{
color: #858C9E;
}
</style>
background-color css
<style>
a { background-color: #858C9E; }
a { background-color: rgb(133,140,158); }
div.DivClassName
{
background-color: #858C9E;
}
.BgClassName
{
background-color: #858C9E;
}
</style>
border-color css
<style>
span { border-color: #858C9E; }
span { border-color: rgb(133,140,158); }
td.TdClassName
{
border-color: #858C9E;
}
.TagClassName
{
border-color: #858C9E;
}
</style>