Shades of Moody Blue #857CBA
Tints of Moody Blue #857CBA
RGB
CMYK
RGB Variations
Color information
#857CBA (or 0x857CBA) is known color: Moody Blue. HEX triplet: 85, 7C and BA. RGB value is (133,124,186). Sum of RGB (Red+Green+Blue) = 133+124+186=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #857CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CBA is #7A8345. Grayscale: #858585. Windows color (decimal): -8028998 or 12221573. OLE color: 12221573.
HSL color Cylindrical-coordinate representation of color #857CBA: hue angle of 248.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857CBA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 124 | 186 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.27 |
| HSL | 248.71º | 0.31% | 0.61% | - |
| HSV(B) | 248.71º | 0.33% | 0.73% | - |
| XYZ | 25.74 | 22.95 | 49.53 | - |
| YUV | 133.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 186 | 0.28 | 0.33 | 0 | 0.27 | 248.71 | 0.31 | 0.61 |
| Hex | 85 | 7C | BA | 1C | 21 | 0 | 1B | F9 | 1F | 3D |
| Octal | 205 | 174 | 272 | 34 | 41 | 0 | 33 | 371 | 37 | 75 |
| Binary | 10000101 | 1111100 | 10111010 | 11100 | 100001 | 0 | 11011 | 11111001 | 11111 | 111101 |
Color Harmonies of #857CBA
Complementary color
Monochromatic Colors of #857CBA
Black with #857CBA
Text Example
Text Example
White with #857CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CBA; }
p { color: rgb(133,124,186); }
H1.HeaderClassName
{
color: #857CBA;
}
.AnyTagClassName
{
color: #857CBA;
}
</style>
background-color css
<style>
a { background-color: #857CBA; }
a { background-color: rgb(133,124,186); }
div.DivClassName
{
background-color: #857CBA;
}
.BgClassName
{
background-color: #857CBA;
}
</style>
border-color css
<style>
span { border-color: #857CBA; }
span { border-color: rgb(133,124,186); }
td.TdClassName
{
border-color: #857CBA;
}
.TagClassName
{
border-color: #857CBA;
}
</style>