Shades of Moody Blue #857CDE
Tints of Moody Blue #857CDE
RGB
CMYK
RGB Variations
Color information
#857CDE (or 0x857CDE) is known color: Moody Blue. HEX triplet: 85, 7C and DE. RGB value is (133,124,222). Sum of RGB (Red+Green+Blue) = 133+124+222=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #857CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDE is #7A8321. Grayscale: #898989. Windows color (decimal): -8028962 or 14580869. OLE color: 14580869.
HSL color Cylindrical-coordinate representation of color #857CDE: hue angle of 245.51º degrees, saturation: 0.6, 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 #857CDE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 124 | 222 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.13 |
| HSL | 245.51º | 0.6% | 0.68% | - |
| HSV(B) | 245.51º | 0.44% | 0.87% | - |
| XYZ | 30.07 | 24.68 | 72.29 | - |
| YUV | 137.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 222 | 0.40 | 0.44 | 0 | 0.13 | 245.51 | 0.6 | 0.68 |
| Hex | 85 | 7C | DE | 28 | 2C | 0 | D | F6 | 3C | 44 |
| Octal | 205 | 174 | 336 | 50 | 54 | 0 | 15 | 366 | 74 | 104 |
| Binary | 10000101 | 1111100 | 11011110 | 101000 | 101100 | 0 | 1101 | 11110110 | 111100 | 1000100 |
Color Harmonies of #857CDE
Complementary color
Monochromatic Colors of #857CDE
Black with #857CDE
Text Example
Text Example
White with #857CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CDE; }
p { color: rgb(133,124,222); }
H1.HeaderClassName
{
color: #857CDE;
}
.AnyTagClassName
{
color: #857CDE;
}
</style>
background-color css
<style>
a { background-color: #857CDE; }
a { background-color: rgb(133,124,222); }
div.DivClassName
{
background-color: #857CDE;
}
.BgClassName
{
background-color: #857CDE;
}
</style>
border-color css
<style>
span { border-color: #857CDE; }
span { border-color: rgb(133,124,222); }
td.TdClassName
{
border-color: #857CDE;
}
.TagClassName
{
border-color: #857CDE;
}
</style>