Shades of Moody Blue #857CC3
Tints of Moody Blue #857CC3
RGB
CMYK
RGB Variations
Color information
#857CC3 (or 0x857CC3) is known color: Moody Blue. HEX triplet: 85, 7C and C3. RGB value is (133,124,195). Sum of RGB (Red+Green+Blue) = 133+124+195=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #857CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CC3 is #7A833C. Grayscale: #868686. Windows color (decimal): -8028989 or 12811397. OLE color: 12811397.
HSL color Cylindrical-coordinate representation of color #857CC3: hue angle of 247.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857CC3 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 124 | 195 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.24 |
| HSL | 247.61º | 0.37% | 0.63% | - |
| HSV(B) | 247.61º | 0.36% | 0.76% | - |
| XYZ | 26.73 | 23.34 | 54.73 | - |
| YUV | 134.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 195 | 0.32 | 0.36 | 0 | 0.24 | 247.61 | 0.37 | 0.63 |
| Hex | 85 | 7C | C3 | 20 | 24 | 0 | 18 | F8 | 25 | 3F |
| Octal | 205 | 174 | 303 | 40 | 44 | 0 | 30 | 370 | 45 | 77 |
| Binary | 10000101 | 1111100 | 11000011 | 100000 | 100100 | 0 | 11000 | 11111000 | 100101 | 111111 |
Color Harmonies of #857CC3
Complementary color
Monochromatic Colors of #857CC3
Black with #857CC3
Text Example
Text Example
White with #857CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CC3; }
p { color: rgb(133,124,195); }
H1.HeaderClassName
{
color: #857CC3;
}
.AnyTagClassName
{
color: #857CC3;
}
</style>
background-color css
<style>
a { background-color: #857CC3; }
a { background-color: rgb(133,124,195); }
div.DivClassName
{
background-color: #857CC3;
}
.BgClassName
{
background-color: #857CC3;
}
</style>
border-color css
<style>
span { border-color: #857CC3; }
span { border-color: rgb(133,124,195); }
td.TdClassName
{
border-color: #857CC3;
}
.TagClassName
{
border-color: #857CC3;
}
</style>