Shades of Moody Blue #857DD7
Tints of Moody Blue #857DD7
RGB
CMYK
RGB Variations
Color information
#857DD7 (or 0x857DD7) is known color: Moody Blue. HEX triplet: 85, 7D and D7. RGB value is (133,125,215). Sum of RGB (Red+Green+Blue) = 133+125+215=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #857DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DD7 is #7A8228. Grayscale: #898989. Windows color (decimal): -8028713 or 14122373. OLE color: 14122373.
HSL color Cylindrical-coordinate representation of color #857DD7: hue angle of 245.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857DD7 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 125 | 215 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.16 |
| HSL | 245.33º | 0.53% | 0.67% | - |
| HSV(B) | 245.33º | 0.42% | 0.84% | - |
| XYZ | 29.27 | 24.56 | 67.49 | - |
| YUV | 137.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 215 | 0.38 | 0.42 | 0 | 0.16 | 245.33 | 0.53 | 0.67 |
| Hex | 85 | 7D | D7 | 26 | 2A | 0 | 10 | F5 | 35 | 43 |
| Octal | 205 | 175 | 327 | 46 | 52 | 0 | 20 | 365 | 65 | 103 |
| Binary | 10000101 | 1111101 | 11010111 | 100110 | 101010 | 0 | 10000 | 11110101 | 110101 | 1000011 |
Color Harmonies of #857DD7
Complementary color
Monochromatic Colors of #857DD7
Black with #857DD7
Text Example
Text Example
White with #857DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DD7; }
p { color: rgb(133,125,215); }
H1.HeaderClassName
{
color: #857DD7;
}
.AnyTagClassName
{
color: #857DD7;
}
</style>
background-color css
<style>
a { background-color: #857DD7; }
a { background-color: rgb(133,125,215); }
div.DivClassName
{
background-color: #857DD7;
}
.BgClassName
{
background-color: #857DD7;
}
</style>
border-color css
<style>
span { border-color: #857DD7; }
span { border-color: rgb(133,125,215); }
td.TdClassName
{
border-color: #857DD7;
}
.TagClassName
{
border-color: #857DD7;
}
</style>