Shades of Moody Blue #857ECF
Tints of Moody Blue #857ECF
RGB
CMYK
RGB Variations
Color information
#857ECF (or 0x857ECF) is known color: Moody Blue. HEX triplet: 85, 7E and CF. RGB value is (133,126,207). Sum of RGB (Red+Green+Blue) = 133+126+207=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #857ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ECF is #7A8130. Grayscale: #898989. Windows color (decimal): -8028465 or 13598341. OLE color: 13598341.
HSL color Cylindrical-coordinate representation of color #857ECF: hue angle of 245.19º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857ECF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 126 | 207 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.19 |
| HSL | 245.19º | 0.46% | 0.65% | - |
| HSV(B) | 245.19º | 0.39% | 0.81% | - |
| XYZ | 28.4 | 24.41 | 62.25 | - |
| YUV | 137.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 207 | 0.36 | 0.39 | 0 | 0.19 | 245.19 | 0.46 | 0.65 |
| Hex | 85 | 7E | CF | 24 | 27 | 0 | 13 | F5 | 2E | 41 |
| Octal | 205 | 176 | 317 | 44 | 47 | 0 | 23 | 365 | 56 | 101 |
| Binary | 10000101 | 1111110 | 11001111 | 100100 | 100111 | 0 | 10011 | 11110101 | 101110 | 1000001 |
Color Harmonies of #857ECF
Complementary color
Monochromatic Colors of #857ECF
Black with #857ECF
Text Example
Text Example
White with #857ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ECF; }
p { color: rgb(133,126,207); }
H1.HeaderClassName
{
color: #857ECF;
}
.AnyTagClassName
{
color: #857ECF;
}
</style>
background-color css
<style>
a { background-color: #857ECF; }
a { background-color: rgb(133,126,207); }
div.DivClassName
{
background-color: #857ECF;
}
.BgClassName
{
background-color: #857ECF;
}
</style>
border-color css
<style>
span { border-color: #857ECF; }
span { border-color: rgb(133,126,207); }
td.TdClassName
{
border-color: #857ECF;
}
.TagClassName
{
border-color: #857ECF;
}
</style>