Shades of Moody Blue #857CDF
Tints of Moody Blue #857CDF
RGB
CMYK
RGB Variations
Color information
#857CDF (or 0x857CDF) is known color: Moody Blue. HEX triplet: 85, 7C and DF. RGB value is (133,124,223). Sum of RGB (Red+Green+Blue) = 133+124+223=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #857CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDF is #7A8320. Grayscale: #898989. Windows color (decimal): -8028961 or 14646405. OLE color: 14646405.
HSL color Cylindrical-coordinate representation of color #857CDF: hue angle of 245.45º degrees, saturation: 0.61, 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 #857CDF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 124 | 223 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.13 |
| HSL | 245.45º | 0.61% | 0.68% | - |
| HSV(B) | 245.45º | 0.44% | 0.87% | - |
| XYZ | 30.2 | 24.73 | 72.99 | - |
| YUV | 137.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 223 | 0.40 | 0.44 | 0 | 0.13 | 245.45 | 0.61 | 0.68 |
| Hex | 85 | 7C | DF | 28 | 2C | 0 | D | F5 | 3D | 44 |
| Octal | 205 | 174 | 337 | 50 | 54 | 0 | 15 | 365 | 75 | 104 |
| Binary | 10000101 | 1111100 | 11011111 | 101000 | 101100 | 0 | 1101 | 11110101 | 111101 | 1000100 |
Color Harmonies of #857CDF
Complementary color
Monochromatic Colors of #857CDF
Black with #857CDF
Text Example
Text Example
White with #857CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CDF; }
p { color: rgb(133,124,223); }
H1.HeaderClassName
{
color: #857CDF;
}
.AnyTagClassName
{
color: #857CDF;
}
</style>
background-color css
<style>
a { background-color: #857CDF; }
a { background-color: rgb(133,124,223); }
div.DivClassName
{
background-color: #857CDF;
}
.BgClassName
{
background-color: #857CDF;
}
</style>
border-color css
<style>
span { border-color: #857CDF; }
span { border-color: rgb(133,124,223); }
td.TdClassName
{
border-color: #857CDF;
}
.TagClassName
{
border-color: #857CDF;
}
</style>