Shades of Moody Blue #857CC2
Tints of Moody Blue #857CC2
RGB
CMYK
RGB Variations
Color information
#857CC2 (or 0x857CC2) is known color: Moody Blue. HEX triplet: 85, 7C and C2. RGB value is (133,124,194). Sum of RGB (Red+Green+Blue) = 133+124+194=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #857CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CC2 is #7A833D. Grayscale: #868686. Windows color (decimal): -8028990 or 12745861. OLE color: 12745861.
HSL color Cylindrical-coordinate representation of color #857CC2: hue angle of 247.71º 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 #857CC2 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 124 | 194 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.24 |
| HSL | 247.71º | 0.36% | 0.62% | - |
| HSV(B) | 247.71º | 0.36% | 0.76% | - |
| XYZ | 26.62 | 23.3 | 54.13 | - |
| YUV | 134.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 194 | 0.31 | 0.36 | 0 | 0.24 | 247.71 | 0.36 | 0.62 |
| Hex | 85 | 7C | C2 | 1F | 24 | 0 | 18 | F8 | 24 | 3E |
| Octal | 205 | 174 | 302 | 37 | 44 | 0 | 30 | 370 | 44 | 76 |
| Binary | 10000101 | 1111100 | 11000010 | 11111 | 100100 | 0 | 11000 | 11111000 | 100100 | 111110 |
Color Harmonies of #857CC2
Complementary color
Monochromatic Colors of #857CC2
Black with #857CC2
Text Example
Text Example
White with #857CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CC2; }
p { color: rgb(133,124,194); }
H1.HeaderClassName
{
color: #857CC2;
}
.AnyTagClassName
{
color: #857CC2;
}
</style>
background-color css
<style>
a { background-color: #857CC2; }
a { background-color: rgb(133,124,194); }
div.DivClassName
{
background-color: #857CC2;
}
.BgClassName
{
background-color: #857CC2;
}
</style>
border-color css
<style>
span { border-color: #857CC2; }
span { border-color: rgb(133,124,194); }
td.TdClassName
{
border-color: #857CC2;
}
.TagClassName
{
border-color: #857CC2;
}
</style>