Shades of Moody Blue #857DDF
Tints of Moody Blue #857DDF
RGB
CMYK
RGB Variations
Color information
#857DDF (or 0x857DDF) is known color: Moody Blue. HEX triplet: 85, 7D and DF. RGB value is (133,125,223). Sum of RGB (Red+Green+Blue) = 133+125+223=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #857DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DDF is #7A8220. Grayscale: #8A8A8A. Windows color (decimal): -8028705 or 14646661. OLE color: 14646661.
HSL color Cylindrical-coordinate representation of color #857DDF: hue angle of 244.9º 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 #857DDF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 125 | 223 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.13 |
| HSL | 244.9º | 0.6% | 0.68% | - |
| HSV(B) | 244.9º | 0.44% | 0.87% | - |
| XYZ | 30.33 | 24.98 | 73.04 | - |
| YUV | 138.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 223 | 0.40 | 0.44 | 0 | 0.13 | 244.9 | 0.6 | 0.68 |
| Hex | 85 | 7D | DF | 28 | 2C | 0 | D | F5 | 3C | 44 |
| Octal | 205 | 175 | 337 | 50 | 54 | 0 | 15 | 365 | 74 | 104 |
| Binary | 10000101 | 1111101 | 11011111 | 101000 | 101100 | 0 | 1101 | 11110101 | 111100 | 1000100 |
Color Harmonies of #857DDF
Complementary color
Monochromatic Colors of #857DDF
Black with #857DDF
Text Example
Text Example
White with #857DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DDF; }
p { color: rgb(133,125,223); }
H1.HeaderClassName
{
color: #857DDF;
}
.AnyTagClassName
{
color: #857DDF;
}
</style>
background-color css
<style>
a { background-color: #857DDF; }
a { background-color: rgb(133,125,223); }
div.DivClassName
{
background-color: #857DDF;
}
.BgClassName
{
background-color: #857DDF;
}
</style>
border-color css
<style>
span { border-color: #857DDF; }
span { border-color: rgb(133,125,223); }
td.TdClassName
{
border-color: #857DDF;
}
.TagClassName
{
border-color: #857DDF;
}
</style>