Shades of Moody Blue #857CDD
Tints of Moody Blue #857CDD
RGB
CMYK
RGB Variations
Color information
#857CDD (or 0x857CDD) is known color: Moody Blue. HEX triplet: 85, 7C and DD. RGB value is (133,124,221). Sum of RGB (Red+Green+Blue) = 133+124+221=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #857CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDD is #7A8322. Grayscale: #898989. Windows color (decimal): -8028963 or 14515333. OLE color: 14515333.
HSL color Cylindrical-coordinate representation of color #857CDD: hue angle of 245.57º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857CDD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 124 | 221 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.13 |
| HSL | 245.57º | 0.59% | 0.68% | - |
| HSV(B) | 245.57º | 0.44% | 0.87% | - |
| XYZ | 29.93 | 24.62 | 71.58 | - |
| YUV | 137.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 221 | 0.40 | 0.44 | 0 | 0.13 | 245.57 | 0.59 | 0.68 |
| Hex | 85 | 7C | DD | 28 | 2C | 0 | D | F6 | 3B | 44 |
| Octal | 205 | 174 | 335 | 50 | 54 | 0 | 15 | 366 | 73 | 104 |
| Binary | 10000101 | 1111100 | 11011101 | 101000 | 101100 | 0 | 1101 | 11110110 | 111011 | 1000100 |
Color Harmonies of #857CDD
Complementary color
Monochromatic Colors of #857CDD
Black with #857CDD
Text Example
Text Example
White with #857CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CDD; }
p { color: rgb(133,124,221); }
H1.HeaderClassName
{
color: #857CDD;
}
.AnyTagClassName
{
color: #857CDD;
}
</style>
background-color css
<style>
a { background-color: #857CDD; }
a { background-color: rgb(133,124,221); }
div.DivClassName
{
background-color: #857CDD;
}
.BgClassName
{
background-color: #857CDD;
}
</style>
border-color css
<style>
span { border-color: #857CDD; }
span { border-color: rgb(133,124,221); }
td.TdClassName
{
border-color: #857CDD;
}
.TagClassName
{
border-color: #857CDD;
}
</style>