Shades of Moody Blue #857FDD
Tints of Moody Blue #857FDD
RGB
CMYK
RGB Variations
Color information
#857FDD (or 0x857FDD) is known color: Moody Blue. HEX triplet: 85, 7F and DD. RGB value is (133,127,221). Sum of RGB (Red+Green+Blue) = 133+127+221=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #857FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FDD is #7A8022. Grayscale: #8B8B8B. Windows color (decimal): -8028195 or 14516101. OLE color: 14516101.
HSL color Cylindrical-coordinate representation of color #857FDD: hue angle of 243.83º 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 #857FDD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 127 | 221 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.13 |
| HSL | 243.83º | 0.58% | 0.68% | - |
| HSV(B) | 243.83º | 0.43% | 0.87% | - |
| XYZ | 30.31 | 25.39 | 71.71 | - |
| YUV | 139.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 221 | 0.40 | 0.43 | 0 | 0.13 | 243.83 | 0.58 | 0.68 |
| Hex | 85 | 7F | DD | 28 | 2B | 0 | D | F4 | 3A | 44 |
| Octal | 205 | 177 | 335 | 50 | 53 | 0 | 15 | 364 | 72 | 104 |
| Binary | 10000101 | 1111111 | 11011101 | 101000 | 101011 | 0 | 1101 | 11110100 | 111010 | 1000100 |
Color Harmonies of #857FDD
Complementary color
Monochromatic Colors of #857FDD
Black with #857FDD
Text Example
Text Example
White with #857FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FDD; }
p { color: rgb(133,127,221); }
H1.HeaderClassName
{
color: #857FDD;
}
.AnyTagClassName
{
color: #857FDD;
}
</style>
background-color css
<style>
a { background-color: #857FDD; }
a { background-color: rgb(133,127,221); }
div.DivClassName
{
background-color: #857FDD;
}
.BgClassName
{
background-color: #857FDD;
}
</style>
border-color css
<style>
span { border-color: #857FDD; }
span { border-color: rgb(133,127,221); }
td.TdClassName
{
border-color: #857FDD;
}
.TagClassName
{
border-color: #857FDD;
}
</style>