Shades of Manatee #858BAD
Tints of Manatee #858BAD
RGB
CMYK
RGB Variations
Color information
#858BAD (or 0x858BAD) is known color: Manatee. HEX triplet: 85, 8B and AD. RGB value is (133,139,173). Sum of RGB (Red+Green+Blue) = 133+139+173=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #858BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAD is #7A7452. Grayscale: #8C8C8C. Windows color (decimal): -8025171 or 11373445. OLE color: 11373445.
HSL color Cylindrical-coordinate representation of color #858BAD: hue angle of 231º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858BAD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 139 | 173 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.32 |
| HSL | 231º | 0.2% | 0.6% | - |
| HSV(B) | 231º | 0.23% | 0.68% | - |
| XYZ | 26.45 | 26.47 | 43.25 | - |
| YUV | 141.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 173 | 0.23 | 0.20 | 0 | 0.32 | 231 | 0.2 | 0.6 |
| Hex | 85 | 8B | AD | 17 | 14 | 0 | 20 | E7 | 14 | 3C |
| Octal | 205 | 213 | 255 | 27 | 24 | 0 | 40 | 347 | 24 | 74 |
| Binary | 10000101 | 10001011 | 10101101 | 10111 | 10100 | 0 | 100000 | 11100111 | 10100 | 111100 |
Color Harmonies of #858BAD
Complementary color
Monochromatic Colors of #858BAD
Black with #858BAD
Text Example
Text Example
White with #858BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BAD; }
p { color: rgb(133,139,173); }
H1.HeaderClassName
{
color: #858BAD;
}
.AnyTagClassName
{
color: #858BAD;
}
</style>
background-color css
<style>
a { background-color: #858BAD; }
a { background-color: rgb(133,139,173); }
div.DivClassName
{
background-color: #858BAD;
}
.BgClassName
{
background-color: #858BAD;
}
</style>
border-color css
<style>
span { border-color: #858BAD; }
span { border-color: rgb(133,139,173); }
td.TdClassName
{
border-color: #858BAD;
}
.TagClassName
{
border-color: #858BAD;
}
</style>