Shades of Moody Blue #857FC0
Tints of Moody Blue #857FC0
RGB
CMYK
RGB Variations
Color information
#857FC0 (or 0x857FC0) is known color: Moody Blue. HEX triplet: 85, 7F and C0. RGB value is (133,127,192). Sum of RGB (Red+Green+Blue) = 133+127+192=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #857FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FC0 is #7A803F. Grayscale: #878787. Windows color (decimal): -8028224 or 12615557. OLE color: 12615557.
HSL color Cylindrical-coordinate representation of color #857FC0: hue angle of 245.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857FC0 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 127 | 192 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.25 |
| HSL | 245.54º | 0.34% | 0.63% | - |
| HSV(B) | 245.54º | 0.34% | 0.75% | - |
| XYZ | 26.78 | 23.97 | 53.08 | - |
| YUV | 136.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 192 | 0.31 | 0.34 | 0 | 0.25 | 245.54 | 0.34 | 0.63 |
| Hex | 85 | 7F | C0 | 1F | 22 | 0 | 19 | F6 | 22 | 3F |
| Octal | 205 | 177 | 300 | 37 | 42 | 0 | 31 | 366 | 42 | 77 |
| Binary | 10000101 | 1111111 | 11000000 | 11111 | 100010 | 0 | 11001 | 11110110 | 100010 | 111111 |
Color Harmonies of #857FC0
Complementary color
Monochromatic Colors of #857FC0
Black with #857FC0
Text Example
Text Example
White with #857FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FC0; }
p { color: rgb(133,127,192); }
H1.HeaderClassName
{
color: #857FC0;
}
.AnyTagClassName
{
color: #857FC0;
}
</style>
background-color css
<style>
a { background-color: #857FC0; }
a { background-color: rgb(133,127,192); }
div.DivClassName
{
background-color: #857FC0;
}
.BgClassName
{
background-color: #857FC0;
}
</style>
border-color css
<style>
span { border-color: #857FC0; }
span { border-color: rgb(133,127,192); }
td.TdClassName
{
border-color: #857FC0;
}
.TagClassName
{
border-color: #857FC0;
}
</style>