Shades of Moody Blue #857DCD
Tints of Moody Blue #857DCD
RGB
CMYK
RGB Variations
Color information
#857DCD (or 0x857DCD) is known color: Moody Blue. HEX triplet: 85, 7D and CD. RGB value is (133,125,205). Sum of RGB (Red+Green+Blue) = 133+125+205=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #857DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DCD is #7A8232. Grayscale: #888888. Windows color (decimal): -8028723 or 13467013. OLE color: 13467013.
HSL color Cylindrical-coordinate representation of color #857DCD: hue angle of 246º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857DCD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 125 | 205 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.20 |
| HSL | 246º | 0.44% | 0.65% | - |
| HSV(B) | 246º | 0.39% | 0.8% | - |
| XYZ | 28.03 | 24.06 | 60.92 | - |
| YUV | 136.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 205 | 0.35 | 0.39 | 0 | 0.20 | 246 | 0.44 | 0.65 |
| Hex | 85 | 7D | CD | 23 | 27 | 0 | 14 | F6 | 2C | 41 |
| Octal | 205 | 175 | 315 | 43 | 47 | 0 | 24 | 366 | 54 | 101 |
| Binary | 10000101 | 1111101 | 11001101 | 100011 | 100111 | 0 | 10100 | 11110110 | 101100 | 1000001 |
Color Harmonies of #857DCD
Complementary color
Monochromatic Colors of #857DCD
Black with #857DCD
Text Example
Text Example
White with #857DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DCD; }
p { color: rgb(133,125,205); }
H1.HeaderClassName
{
color: #857DCD;
}
.AnyTagClassName
{
color: #857DCD;
}
</style>
background-color css
<style>
a { background-color: #857DCD; }
a { background-color: rgb(133,125,205); }
div.DivClassName
{
background-color: #857DCD;
}
.BgClassName
{
background-color: #857DCD;
}
</style>
border-color css
<style>
span { border-color: #857DCD; }
span { border-color: rgb(133,125,205); }
td.TdClassName
{
border-color: #857DCD;
}
.TagClassName
{
border-color: #857DCD;
}
</style>