Shades of Manatee #858CA7
Tints of Manatee #858CA7
RGB
CMYK
RGB Variations
Color information
#858CA7 (or 0x858CA7) is known color: Manatee. HEX triplet: 85, 8C and A7. RGB value is (133,140,167). Sum of RGB (Red+Green+Blue) = 133+140+167=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 167 - color contains mainly: blue. Hex color #858CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CA7 is #7A7358. Grayscale: #8C8C8C. Windows color (decimal): -8024921 or 10980485. OLE color: 10980485.
HSL color Cylindrical-coordinate representation of color #858CA7: hue angle of 227.65º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858CA7 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 140 | 167 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.35 |
| HSL | 227.65º | 0.16% | 0.59% | - |
| HSV(B) | 227.65º | 0.2% | 0.65% | - |
| XYZ | 26.03 | 26.53 | 40.31 | - |
| YUV | 140.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 167 | 0.20 | 0.16 | 0 | 0.35 | 227.65 | 0.16 | 0.59 |
| Hex | 85 | 8C | A7 | 14 | 10 | 0 | 23 | E4 | 10 | 3B |
| Octal | 205 | 214 | 247 | 24 | 20 | 0 | 43 | 344 | 20 | 73 |
| Binary | 10000101 | 10001100 | 10100111 | 10100 | 10000 | 0 | 100011 | 11100100 | 10000 | 111011 |
Color Harmonies of #858CA7
Complementary color
Monochromatic Colors of #858CA7
Black with #858CA7
Text Example
Text Example
White with #858CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CA7; }
p { color: rgb(133,140,167); }
H1.HeaderClassName
{
color: #858CA7;
}
.AnyTagClassName
{
color: #858CA7;
}
</style>
background-color css
<style>
a { background-color: #858CA7; }
a { background-color: rgb(133,140,167); }
div.DivClassName
{
background-color: #858CA7;
}
.BgClassName
{
background-color: #858CA7;
}
</style>
border-color css
<style>
span { border-color: #858CA7; }
span { border-color: rgb(133,140,167); }
td.TdClassName
{
border-color: #858CA7;
}
.TagClassName
{
border-color: #858CA7;
}
</style>