Shades of Moody Blue #857EC0
Tints of Moody Blue #857EC0
RGB
CMYK
RGB Variations
Color information
#857EC0 (or 0x857EC0) is known color: Moody Blue. HEX triplet: 85, 7E and C0. RGB value is (133,126,192). Sum of RGB (Red+Green+Blue) = 133+126+192=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #857EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EC0 is #7A813F. Grayscale: #878787. Windows color (decimal): -8028480 or 12615301. OLE color: 12615301.
HSL color Cylindrical-coordinate representation of color #857EC0: hue angle of 246.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857EC0 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 126 | 192 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.25 |
| HSL | 246.36º | 0.34% | 0.62% | - |
| HSV(B) | 246.36º | 0.34% | 0.75% | - |
| XYZ | 26.65 | 23.71 | 53.04 | - |
| YUV | 135.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 192 | 0.31 | 0.34 | 0 | 0.25 | 246.36 | 0.34 | 0.62 |
| Hex | 85 | 7E | C0 | 1F | 22 | 0 | 19 | F6 | 22 | 3E |
| Octal | 205 | 176 | 300 | 37 | 42 | 0 | 31 | 366 | 42 | 76 |
| Binary | 10000101 | 1111110 | 11000000 | 11111 | 100010 | 0 | 11001 | 11110110 | 100010 | 111110 |
Color Harmonies of #857EC0
Complementary color
Monochromatic Colors of #857EC0
Black with #857EC0
Text Example
Text Example
White with #857EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EC0; }
p { color: rgb(133,126,192); }
H1.HeaderClassName
{
color: #857EC0;
}
.AnyTagClassName
{
color: #857EC0;
}
</style>
background-color css
<style>
a { background-color: #857EC0; }
a { background-color: rgb(133,126,192); }
div.DivClassName
{
background-color: #857EC0;
}
.BgClassName
{
background-color: #857EC0;
}
</style>
border-color css
<style>
span { border-color: #857EC0; }
span { border-color: rgb(133,126,192); }
td.TdClassName
{
border-color: #857EC0;
}
.TagClassName
{
border-color: #857EC0;
}
</style>