Shades of Moody Blue #857EDD
Tints of Moody Blue #857EDD
RGB
CMYK
RGB Variations
Color information
#857EDD (or 0x857EDD) is known color: Moody Blue. HEX triplet: 85, 7E and DD. RGB value is (133,126,221). Sum of RGB (Red+Green+Blue) = 133+126+221=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #857EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EDD is #7A8122. Grayscale: #8A8A8A. Windows color (decimal): -8028451 or 14515845. OLE color: 14515845.
HSL color Cylindrical-coordinate representation of color #857EDD: hue angle of 244.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857EDD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 126 | 221 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.13 |
| HSL | 244.42º | 0.58% | 0.68% | - |
| HSV(B) | 244.42º | 0.43% | 0.87% | - |
| XYZ | 30.18 | 25.13 | 71.67 | - |
| YUV | 138.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 221 | 0.40 | 0.43 | 0 | 0.13 | 244.42 | 0.58 | 0.68 |
| Hex | 85 | 7E | DD | 28 | 2B | 0 | D | F4 | 3A | 44 |
| Octal | 205 | 176 | 335 | 50 | 53 | 0 | 15 | 364 | 72 | 104 |
| Binary | 10000101 | 1111110 | 11011101 | 101000 | 101011 | 0 | 1101 | 11110100 | 111010 | 1000100 |
Color Harmonies of #857EDD
Complementary color
Monochromatic Colors of #857EDD
Black with #857EDD
Text Example
Text Example
White with #857EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EDD; }
p { color: rgb(133,126,221); }
H1.HeaderClassName
{
color: #857EDD;
}
.AnyTagClassName
{
color: #857EDD;
}
</style>
background-color css
<style>
a { background-color: #857EDD; }
a { background-color: rgb(133,126,221); }
div.DivClassName
{
background-color: #857EDD;
}
.BgClassName
{
background-color: #857EDD;
}
</style>
border-color css
<style>
span { border-color: #857EDD; }
span { border-color: rgb(133,126,221); }
td.TdClassName
{
border-color: #857EDD;
}
.TagClassName
{
border-color: #857EDD;
}
</style>