Shades of Moody Blue #857CE0
Tints of Moody Blue #857CE0
RGB
CMYK
RGB Variations
Color information
#857CE0 (or 0x857CE0) is known color: Moody Blue. HEX triplet: 85, 7C and E0. RGB value is (133,124,224). Sum of RGB (Red+Green+Blue) = 133+124+224=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #857CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CE0 is #7A831F. Grayscale: #898989. Windows color (decimal): -8028960 or 14711941. OLE color: 14711941.
HSL color Cylindrical-coordinate representation of color #857CE0: hue angle of 245.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857CE0 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 124 | 224 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.12 |
| HSL | 245.4º | 0.62% | 0.68% | - |
| HSV(B) | 245.4º | 0.45% | 0.88% | - |
| XYZ | 30.34 | 24.78 | 73.71 | - |
| YUV | 138.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 224 | 0.41 | 0.45 | 0 | 0.12 | 245.4 | 0.62 | 0.68 |
| Hex | 85 | 7C | E0 | 29 | 2D | 0 | C | F5 | 3E | 44 |
| Octal | 205 | 174 | 340 | 51 | 55 | 0 | 14 | 365 | 76 | 104 |
| Binary | 10000101 | 1111100 | 11100000 | 101001 | 101101 | 0 | 1100 | 11110101 | 111110 | 1000100 |
Color Harmonies of #857CE0
Complementary color
Monochromatic Colors of #857CE0
Black with #857CE0
Text Example
Text Example
White with #857CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CE0; }
p { color: rgb(133,124,224); }
H1.HeaderClassName
{
color: #857CE0;
}
.AnyTagClassName
{
color: #857CE0;
}
</style>
background-color css
<style>
a { background-color: #857CE0; }
a { background-color: rgb(133,124,224); }
div.DivClassName
{
background-color: #857CE0;
}
.BgClassName
{
background-color: #857CE0;
}
</style>
border-color css
<style>
span { border-color: #857CE0; }
span { border-color: rgb(133,124,224); }
td.TdClassName
{
border-color: #857CE0;
}
.TagClassName
{
border-color: #857CE0;
}
</style>