Shades of Moody Blue #857CCA
Tints of Moody Blue #857CCA
RGB
CMYK
RGB Variations
Color information
#857CCA (or 0x857CCA) is known color: Moody Blue. HEX triplet: 85, 7C and CA. RGB value is (133,124,202). Sum of RGB (Red+Green+Blue) = 133+124+202=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #857CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CCA is #7A8335. Grayscale: #878787. Windows color (decimal): -8028982 or 13270149. OLE color: 13270149.
HSL color Cylindrical-coordinate representation of color #857CCA: hue angle of 246.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857CCA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 124 | 202 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.21 |
| HSL | 246.92º | 0.42% | 0.64% | - |
| HSV(B) | 246.92º | 0.39% | 0.79% | - |
| XYZ | 27.54 | 23.67 | 58.99 | - |
| YUV | 135.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 202 | 0.34 | 0.39 | 0 | 0.21 | 246.92 | 0.42 | 0.64 |
| Hex | 85 | 7C | CA | 22 | 27 | 0 | 15 | F7 | 2A | 40 |
| Octal | 205 | 174 | 312 | 42 | 47 | 0 | 25 | 367 | 52 | 100 |
| Binary | 10000101 | 1111100 | 11001010 | 100010 | 100111 | 0 | 10101 | 11110111 | 101010 | 1000000 |
Color Harmonies of #857CCA
Complementary color
Monochromatic Colors of #857CCA
Black with #857CCA
Text Example
Text Example
White with #857CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CCA; }
p { color: rgb(133,124,202); }
H1.HeaderClassName
{
color: #857CCA;
}
.AnyTagClassName
{
color: #857CCA;
}
</style>
background-color css
<style>
a { background-color: #857CCA; }
a { background-color: rgb(133,124,202); }
div.DivClassName
{
background-color: #857CCA;
}
.BgClassName
{
background-color: #857CCA;
}
</style>
border-color css
<style>
span { border-color: #857CCA; }
span { border-color: rgb(133,124,202); }
td.TdClassName
{
border-color: #857CCA;
}
.TagClassName
{
border-color: #857CCA;
}
</style>