Shades of Moody Blue #857DD6
Tints of Moody Blue #857DD6
RGB
CMYK
RGB Variations
Color information
#857DD6 (or 0x857DD6) is known color: Moody Blue. HEX triplet: 85, 7D and D6. RGB value is (133,125,214). Sum of RGB (Red+Green+Blue) = 133+125+214=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #857DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DD6 is #7A8229. Grayscale: #898989. Windows color (decimal): -8028714 or 14056837. OLE color: 14056837.
HSL color Cylindrical-coordinate representation of color #857DD6: hue angle of 245.39º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857DD6 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 125 | 214 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.16 |
| HSL | 245.39º | 0.52% | 0.66% | - |
| HSV(B) | 245.39º | 0.42% | 0.84% | - |
| XYZ | 29.14 | 24.51 | 66.81 | - |
| YUV | 137.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 214 | 0.38 | 0.42 | 0 | 0.16 | 245.39 | 0.52 | 0.66 |
| Hex | 85 | 7D | D6 | 26 | 2A | 0 | 10 | F5 | 34 | 42 |
| Octal | 205 | 175 | 326 | 46 | 52 | 0 | 20 | 365 | 64 | 102 |
| Binary | 10000101 | 1111101 | 11010110 | 100110 | 101010 | 0 | 10000 | 11110101 | 110100 | 1000010 |
Color Harmonies of #857DD6
Complementary color
Monochromatic Colors of #857DD6
Black with #857DD6
Text Example
Text Example
White with #857DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DD6; }
p { color: rgb(133,125,214); }
H1.HeaderClassName
{
color: #857DD6;
}
.AnyTagClassName
{
color: #857DD6;
}
</style>
background-color css
<style>
a { background-color: #857DD6; }
a { background-color: rgb(133,125,214); }
div.DivClassName
{
background-color: #857DD6;
}
.BgClassName
{
background-color: #857DD6;
}
</style>
border-color css
<style>
span { border-color: #857DD6; }
span { border-color: rgb(133,125,214); }
td.TdClassName
{
border-color: #857DD6;
}
.TagClassName
{
border-color: #857DD6;
}
</style>