Shades of Moody Blue #857CBC
Tints of Moody Blue #857CBC
RGB
CMYK
RGB Variations
Color information
#857CBC (or 0x857CBC) is known color: Moody Blue. HEX triplet: 85, 7C and BC. RGB value is (133,124,188). Sum of RGB (Red+Green+Blue) = 133+124+188=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #857CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CBC is #7A8343. Grayscale: #858585. Windows color (decimal): -8028996 or 12352645. OLE color: 12352645.
HSL color Cylindrical-coordinate representation of color #857CBC: hue angle of 248.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857CBC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 124 | 188 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.26 |
| HSL | 248.44º | 0.32% | 0.61% | - |
| HSV(B) | 248.44º | 0.34% | 0.74% | - |
| XYZ | 25.96 | 23.03 | 50.65 | - |
| YUV | 133.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 188 | 0.29 | 0.34 | 0 | 0.26 | 248.44 | 0.32 | 0.61 |
| Hex | 85 | 7C | BC | 1D | 22 | 0 | 1A | F8 | 20 | 3D |
| Octal | 205 | 174 | 274 | 35 | 42 | 0 | 32 | 370 | 40 | 75 |
| Binary | 10000101 | 1111100 | 10111100 | 11101 | 100010 | 0 | 11010 | 11111000 | 100000 | 111101 |
Color Harmonies of #857CBC
Complementary color
Monochromatic Colors of #857CBC
Black with #857CBC
Text Example
Text Example
White with #857CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CBC; }
p { color: rgb(133,124,188); }
H1.HeaderClassName
{
color: #857CBC;
}
.AnyTagClassName
{
color: #857CBC;
}
</style>
background-color css
<style>
a { background-color: #857CBC; }
a { background-color: rgb(133,124,188); }
div.DivClassName
{
background-color: #857CBC;
}
.BgClassName
{
background-color: #857CBC;
}
</style>
border-color css
<style>
span { border-color: #857CBC; }
span { border-color: rgb(133,124,188); }
td.TdClassName
{
border-color: #857CBC;
}
.TagClassName
{
border-color: #857CBC;
}
</style>