Shades of Moody Blue #857CB7
Tints of Moody Blue #857CB7
RGB
CMYK
RGB Variations
Color information
#857CB7 (or 0x857CB7) is known color: Moody Blue. HEX triplet: 85, 7C and B7. RGB value is (133,124,183). Sum of RGB (Red+Green+Blue) = 133+124+183=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #857CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CB7 is #7A8348. Grayscale: #858585. Windows color (decimal): -8029001 or 12024965. OLE color: 12024965.
HSL color Cylindrical-coordinate representation of color #857CB7: hue angle of 249.15º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857CB7 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 124 | 183 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.28 |
| HSL | 249.15º | 0.29% | 0.6% | - |
| HSV(B) | 249.15º | 0.32% | 0.72% | - |
| XYZ | 25.43 | 22.82 | 47.86 | - |
| YUV | 133.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 183 | 0.27 | 0.32 | 0 | 0.28 | 249.15 | 0.29 | 0.6 |
| Hex | 85 | 7C | B7 | 1B | 20 | 0 | 1C | F9 | 1D | 3C |
| Octal | 205 | 174 | 267 | 33 | 40 | 0 | 34 | 371 | 35 | 74 |
| Binary | 10000101 | 1111100 | 10110111 | 11011 | 100000 | 0 | 11100 | 11111001 | 11101 | 111100 |
Color Harmonies of #857CB7
Complementary color
Monochromatic Colors of #857CB7
Black with #857CB7
Text Example
Text Example
White with #857CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CB7; }
p { color: rgb(133,124,183); }
H1.HeaderClassName
{
color: #857CB7;
}
.AnyTagClassName
{
color: #857CB7;
}
</style>
background-color css
<style>
a { background-color: #857CB7; }
a { background-color: rgb(133,124,183); }
div.DivClassName
{
background-color: #857CB7;
}
.BgClassName
{
background-color: #857CB7;
}
</style>
border-color css
<style>
span { border-color: #857CB7; }
span { border-color: rgb(133,124,183); }
td.TdClassName
{
border-color: #857CB7;
}
.TagClassName
{
border-color: #857CB7;
}
</style>