Shades of Moody Blue #857DD0
Tints of Moody Blue #857DD0
RGB
CMYK
RGB Variations
Color information
#857DD0 (or 0x857DD0) is known color: Moody Blue. HEX triplet: 85, 7D and D0. RGB value is (133,125,208). Sum of RGB (Red+Green+Blue) = 133+125+208=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #857DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DD0 is #7A822F. Grayscale: #888888. Windows color (decimal): -8028720 or 13663621. OLE color: 13663621.
HSL color Cylindrical-coordinate representation of color #857DD0: hue angle of 245.78º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #857DD0 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 125 | 208 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.18 |
| HSL | 245.78º | 0.47% | 0.65% | - |
| HSV(B) | 245.78º | 0.4% | 0.82% | - |
| XYZ | 28.39 | 24.21 | 62.85 | - |
| YUV | 136.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 208 | 0.36 | 0.40 | 0 | 0.18 | 245.78 | 0.47 | 0.65 |
| Hex | 85 | 7D | D0 | 24 | 28 | 0 | 12 | F6 | 2F | 41 |
| Octal | 205 | 175 | 320 | 44 | 50 | 0 | 22 | 366 | 57 | 101 |
| Binary | 10000101 | 1111101 | 11010000 | 100100 | 101000 | 0 | 10010 | 11110110 | 101111 | 1000001 |
Color Harmonies of #857DD0
Complementary color
Monochromatic Colors of #857DD0
Black with #857DD0
Text Example
Text Example
White with #857DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DD0; }
p { color: rgb(133,125,208); }
H1.HeaderClassName
{
color: #857DD0;
}
.AnyTagClassName
{
color: #857DD0;
}
</style>
background-color css
<style>
a { background-color: #857DD0; }
a { background-color: rgb(133,125,208); }
div.DivClassName
{
background-color: #857DD0;
}
.BgClassName
{
background-color: #857DD0;
}
</style>
border-color css
<style>
span { border-color: #857DD0; }
span { border-color: rgb(133,125,208); }
td.TdClassName
{
border-color: #857DD0;
}
.TagClassName
{
border-color: #857DD0;
}
</style>