Shades of Moody Blue #857CC1
Tints of Moody Blue #857CC1
RGB
CMYK
RGB Variations
Color information
#857CC1 (or 0x857CC1) is known color: Moody Blue. HEX triplet: 85, 7C and C1. RGB value is (133,124,193). Sum of RGB (Red+Green+Blue) = 133+124+193=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #857CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CC1 is #7A833E. Grayscale: #868686. Windows color (decimal): -8028991 or 12680325. OLE color: 12680325.
HSL color Cylindrical-coordinate representation of color #857CC1: hue angle of 247.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857CC1 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 124 | 193 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.24 |
| HSL | 247.83º | 0.36% | 0.62% | - |
| HSV(B) | 247.83º | 0.36% | 0.76% | - |
| XYZ | 26.51 | 23.25 | 53.54 | - |
| YUV | 134.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 193 | 0.31 | 0.36 | 0 | 0.24 | 247.83 | 0.36 | 0.62 |
| Hex | 85 | 7C | C1 | 1F | 24 | 0 | 18 | F8 | 24 | 3E |
| Octal | 205 | 174 | 301 | 37 | 44 | 0 | 30 | 370 | 44 | 76 |
| Binary | 10000101 | 1111100 | 11000001 | 11111 | 100100 | 0 | 11000 | 11111000 | 100100 | 111110 |
Color Harmonies of #857CC1
Complementary color
Monochromatic Colors of #857CC1
Black with #857CC1
Text Example
Text Example
White with #857CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CC1; }
p { color: rgb(133,124,193); }
H1.HeaderClassName
{
color: #857CC1;
}
.AnyTagClassName
{
color: #857CC1;
}
</style>
background-color css
<style>
a { background-color: #857CC1; }
a { background-color: rgb(133,124,193); }
div.DivClassName
{
background-color: #857CC1;
}
.BgClassName
{
background-color: #857CC1;
}
</style>
border-color css
<style>
span { border-color: #857CC1; }
span { border-color: rgb(133,124,193); }
td.TdClassName
{
border-color: #857CC1;
}
.TagClassName
{
border-color: #857CC1;
}
</style>