Shades of Manatee #858AAF
Tints of Manatee #858AAF
RGB
CMYK
RGB Variations
Color information
#858AAF (or 0x858AAF) is known color: Manatee. HEX triplet: 85, 8A and AF. RGB value is (133,138,175). Sum of RGB (Red+Green+Blue) = 133+138+175=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #858AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858AAF is #7A7550. Grayscale: #8C8C8C. Windows color (decimal): -8025425 or 11504261. OLE color: 11504261.
HSL color Cylindrical-coordinate representation of color #858AAF: hue angle of 232.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858AAF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 138 | 175 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.31 |
| HSL | 232.86º | 0.21% | 0.6% | - |
| HSV(B) | 232.86º | 0.24% | 0.69% | - |
| XYZ | 26.5 | 26.26 | 44.23 | - |
| YUV | 140.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 175 | 0.24 | 0.21 | 0 | 0.31 | 232.86 | 0.21 | 0.6 |
| Hex | 85 | 8A | AF | 18 | 15 | 0 | 1F | E9 | 15 | 3C |
| Octal | 205 | 212 | 257 | 30 | 25 | 0 | 37 | 351 | 25 | 74 |
| Binary | 10000101 | 10001010 | 10101111 | 11000 | 10101 | 0 | 11111 | 11101001 | 10101 | 111100 |
Color Harmonies of #858AAF
Complementary color
Monochromatic Colors of #858AAF
Black with #858AAF
Text Example
Text Example
White with #858AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858AAF; }
p { color: rgb(133,138,175); }
H1.HeaderClassName
{
color: #858AAF;
}
.AnyTagClassName
{
color: #858AAF;
}
</style>
background-color css
<style>
a { background-color: #858AAF; }
a { background-color: rgb(133,138,175); }
div.DivClassName
{
background-color: #858AAF;
}
.BgClassName
{
background-color: #858AAF;
}
</style>
border-color css
<style>
span { border-color: #858AAF; }
span { border-color: rgb(133,138,175); }
td.TdClassName
{
border-color: #858AAF;
}
.TagClassName
{
border-color: #858AAF;
}
</style>