Shades of Moody Blue #857FCD
Tints of Moody Blue #857FCD
RGB
CMYK
RGB Variations
Color information
#857FCD (or 0x857FCD) is known color: Moody Blue. HEX triplet: 85, 7F and CD. RGB value is (133,127,205). Sum of RGB (Red+Green+Blue) = 133+127+205=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #857FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FCD is #7A8032. Grayscale: #898989. Windows color (decimal): -8028211 or 13467525. OLE color: 13467525.
HSL color Cylindrical-coordinate representation of color #857FCD: hue angle of 244.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857FCD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 127 | 205 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.20 |
| HSL | 244.62º | 0.44% | 0.65% | - |
| HSV(B) | 244.62º | 0.38% | 0.8% | - |
| XYZ | 28.28 | 24.57 | 61.01 | - |
| YUV | 137.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 205 | 0.35 | 0.38 | 0 | 0.20 | 244.62 | 0.44 | 0.65 |
| Hex | 85 | 7F | CD | 23 | 26 | 0 | 14 | F5 | 2C | 41 |
| Octal | 205 | 177 | 315 | 43 | 46 | 0 | 24 | 365 | 54 | 101 |
| Binary | 10000101 | 1111111 | 11001101 | 100011 | 100110 | 0 | 10100 | 11110101 | 101100 | 1000001 |
Color Harmonies of #857FCD
Complementary color
Monochromatic Colors of #857FCD
Black with #857FCD
Text Example
Text Example
White with #857FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FCD; }
p { color: rgb(133,127,205); }
H1.HeaderClassName
{
color: #857FCD;
}
.AnyTagClassName
{
color: #857FCD;
}
</style>
background-color css
<style>
a { background-color: #857FCD; }
a { background-color: rgb(133,127,205); }
div.DivClassName
{
background-color: #857FCD;
}
.BgClassName
{
background-color: #857FCD;
}
</style>
border-color css
<style>
span { border-color: #857FCD; }
span { border-color: rgb(133,127,205); }
td.TdClassName
{
border-color: #857FCD;
}
.TagClassName
{
border-color: #857FCD;
}
</style>