Shades of Moody Blue #857CBB
Tints of Moody Blue #857CBB
RGB
CMYK
RGB Variations
Color information
#857CBB (or 0x857CBB) is known color: Moody Blue. HEX triplet: 85, 7C and BB. RGB value is (133,124,187). Sum of RGB (Red+Green+Blue) = 133+124+187=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #857CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CBB is #7A8344. Grayscale: #858585. Windows color (decimal): -8028997 or 12287109. OLE color: 12287109.
HSL color Cylindrical-coordinate representation of color #857CBB: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857CBB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 124 | 187 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.27 |
| HSL | 248.57º | 0.32% | 0.61% | - |
| HSV(B) | 248.57º | 0.34% | 0.73% | - |
| XYZ | 25.85 | 22.99 | 50.09 | - |
| YUV | 133.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 187 | 0.29 | 0.34 | 0 | 0.27 | 248.57 | 0.32 | 0.61 |
| Hex | 85 | 7C | BB | 1D | 22 | 0 | 1B | F9 | 20 | 3D |
| Octal | 205 | 174 | 273 | 35 | 42 | 0 | 33 | 371 | 40 | 75 |
| Binary | 10000101 | 1111100 | 10111011 | 11101 | 100010 | 0 | 11011 | 11111001 | 100000 | 111101 |
Color Harmonies of #857CBB
Complementary color
Monochromatic Colors of #857CBB
Black with #857CBB
Text Example
Text Example
White with #857CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CBB; }
p { color: rgb(133,124,187); }
H1.HeaderClassName
{
color: #857CBB;
}
.AnyTagClassName
{
color: #857CBB;
}
</style>
background-color css
<style>
a { background-color: #857CBB; }
a { background-color: rgb(133,124,187); }
div.DivClassName
{
background-color: #857CBB;
}
.BgClassName
{
background-color: #857CBB;
}
</style>
border-color css
<style>
span { border-color: #857CBB; }
span { border-color: rgb(133,124,187); }
td.TdClassName
{
border-color: #857CBB;
}
.TagClassName
{
border-color: #857CBB;
}
</style>