Shades of Moody Blue #857CCF
Tints of Moody Blue #857CCF
RGB
CMYK
RGB Variations
Color information
#857CCF (or 0x857CCF) is known color: Moody Blue. HEX triplet: 85, 7C and CF. RGB value is (133,124,207). Sum of RGB (Red+Green+Blue) = 133+124+207=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #857CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CCF is #7A8330. Grayscale: #878787. Windows color (decimal): -8028977 or 13597829. OLE color: 13597829.
HSL color Cylindrical-coordinate representation of color #857CCF: hue angle of 246.51º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #857CCF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 124 | 207 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.19 |
| HSL | 246.51º | 0.46% | 0.65% | - |
| HSV(B) | 246.51º | 0.4% | 0.81% | - |
| XYZ | 28.14 | 23.91 | 62.16 | - |
| YUV | 136.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 207 | 0.36 | 0.40 | 0 | 0.19 | 246.51 | 0.46 | 0.65 |
| Hex | 85 | 7C | CF | 24 | 28 | 0 | 13 | F7 | 2E | 41 |
| Octal | 205 | 174 | 317 | 44 | 50 | 0 | 23 | 367 | 56 | 101 |
| Binary | 10000101 | 1111100 | 11001111 | 100100 | 101000 | 0 | 10011 | 11110111 | 101110 | 1000001 |
Color Harmonies of #857CCF
Complementary color
Monochromatic Colors of #857CCF
Black with #857CCF
Text Example
Text Example
White with #857CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CCF; }
p { color: rgb(133,124,207); }
H1.HeaderClassName
{
color: #857CCF;
}
.AnyTagClassName
{
color: #857CCF;
}
</style>
background-color css
<style>
a { background-color: #857CCF; }
a { background-color: rgb(133,124,207); }
div.DivClassName
{
background-color: #857CCF;
}
.BgClassName
{
background-color: #857CCF;
}
</style>
border-color css
<style>
span { border-color: #857CCF; }
span { border-color: rgb(133,124,207); }
td.TdClassName
{
border-color: #857CCF;
}
.TagClassName
{
border-color: #857CCF;
}
</style>