Shades of Moody Blue #857CDC
Tints of Moody Blue #857CDC
RGB
CMYK
RGB Variations
Color information
#857CDC (or 0x857CDC) is known color: Moody Blue. HEX triplet: 85, 7C and DC. RGB value is (133,124,220). Sum of RGB (Red+Green+Blue) = 133+124+220=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #857CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CDC is #7A8323. Grayscale: #898989. Windows color (decimal): -8028964 or 14449797. OLE color: 14449797.
HSL color Cylindrical-coordinate representation of color #857CDC: hue angle of 245.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857CDC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 124 | 220 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.14 |
| HSL | 245.63º | 0.58% | 0.67% | - |
| HSV(B) | 245.63º | 0.44% | 0.86% | - |
| XYZ | 29.8 | 24.57 | 70.88 | - |
| YUV | 137.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 220 | 0.40 | 0.44 | 0 | 0.14 | 245.63 | 0.58 | 0.67 |
| Hex | 85 | 7C | DC | 28 | 2C | 0 | E | F6 | 3A | 43 |
| Octal | 205 | 174 | 334 | 50 | 54 | 0 | 16 | 366 | 72 | 103 |
| Binary | 10000101 | 1111100 | 11011100 | 101000 | 101100 | 0 | 1110 | 11110110 | 111010 | 1000011 |
Color Harmonies of #857CDC
Complementary color
Monochromatic Colors of #857CDC
Black with #857CDC
Text Example
Text Example
White with #857CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CDC; }
p { color: rgb(133,124,220); }
H1.HeaderClassName
{
color: #857CDC;
}
.AnyTagClassName
{
color: #857CDC;
}
</style>
background-color css
<style>
a { background-color: #857CDC; }
a { background-color: rgb(133,124,220); }
div.DivClassName
{
background-color: #857CDC;
}
.BgClassName
{
background-color: #857CDC;
}
</style>
border-color css
<style>
span { border-color: #857CDC; }
span { border-color: rgb(133,124,220); }
td.TdClassName
{
border-color: #857CDC;
}
.TagClassName
{
border-color: #857CDC;
}
</style>