Shades of Moody Blue #857ECC
Tints of Moody Blue #857ECC
RGB
CMYK
RGB Variations
Color information
#857ECC (or 0x857ECC) is known color: Moody Blue. HEX triplet: 85, 7E and CC. RGB value is (133,126,204). Sum of RGB (Red+Green+Blue) = 133+126+204=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #857ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ECC is #7A8133. Grayscale: #888888. Windows color (decimal): -8028468 or 13401733. OLE color: 13401733.
HSL color Cylindrical-coordinate representation of color #857ECC: hue angle of 245.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857ECC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 126 | 204 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.2 |
| HSL | 245.38º | 0.43% | 0.65% | - |
| HSV(B) | 245.38º | 0.38% | 0.8% | - |
| XYZ | 28.03 | 24.27 | 60.33 | - |
| YUV | 136.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 204 | 0.35 | 0.38 | 0 | 0.2 | 245.38 | 0.43 | 0.65 |
| Hex | 85 | 7E | CC | 23 | 26 | 0 | 14 | F5 | 2B | 41 |
| Octal | 205 | 176 | 314 | 43 | 46 | 0 | 24 | 365 | 53 | 101 |
| Binary | 10000101 | 1111110 | 11001100 | 100011 | 100110 | 0 | 10100 | 11110101 | 101011 | 1000001 |
Color Harmonies of #857ECC
Complementary color
Monochromatic Colors of #857ECC
Black with #857ECC
Text Example
Text Example
White with #857ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ECC; }
p { color: rgb(133,126,204); }
H1.HeaderClassName
{
color: #857ECC;
}
.AnyTagClassName
{
color: #857ECC;
}
</style>
background-color css
<style>
a { background-color: #857ECC; }
a { background-color: rgb(133,126,204); }
div.DivClassName
{
background-color: #857ECC;
}
.BgClassName
{
background-color: #857ECC;
}
</style>
border-color css
<style>
span { border-color: #857ECC; }
span { border-color: rgb(133,126,204); }
td.TdClassName
{
border-color: #857ECC;
}
.TagClassName
{
border-color: #857ECC;
}
</style>