Shades of Moody Blue #857DCB
Tints of Moody Blue #857DCB
RGB
CMYK
RGB Variations
Color information
#857DCB (or 0x857DCB) is known color: Moody Blue. HEX triplet: 85, 7D and CB. RGB value is (133,125,203). Sum of RGB (Red+Green+Blue) = 133+125+203=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #857DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DCB is #7A8234. Grayscale: #878787. Windows color (decimal): -8028725 or 13335941. OLE color: 13335941.
HSL color Cylindrical-coordinate representation of color #857DCB: hue angle of 246.15º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857DCB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 125 | 203 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.20 |
| HSL | 246.15º | 0.43% | 0.64% | - |
| HSV(B) | 246.15º | 0.38% | 0.8% | - |
| XYZ | 27.79 | 23.97 | 59.66 | - |
| YUV | 136.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 203 | 0.34 | 0.38 | 0 | 0.20 | 246.15 | 0.43 | 0.64 |
| Hex | 85 | 7D | CB | 22 | 26 | 0 | 14 | F6 | 2B | 40 |
| Octal | 205 | 175 | 313 | 42 | 46 | 0 | 24 | 366 | 53 | 100 |
| Binary | 10000101 | 1111101 | 11001011 | 100010 | 100110 | 0 | 10100 | 11110110 | 101011 | 1000000 |
Color Harmonies of #857DCB
Complementary color
Monochromatic Colors of #857DCB
Black with #857DCB
Text Example
Text Example
White with #857DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DCB; }
p { color: rgb(133,125,203); }
H1.HeaderClassName
{
color: #857DCB;
}
.AnyTagClassName
{
color: #857DCB;
}
</style>
background-color css
<style>
a { background-color: #857DCB; }
a { background-color: rgb(133,125,203); }
div.DivClassName
{
background-color: #857DCB;
}
.BgClassName
{
background-color: #857DCB;
}
</style>
border-color css
<style>
span { border-color: #857DCB; }
span { border-color: rgb(133,125,203); }
td.TdClassName
{
border-color: #857DCB;
}
.TagClassName
{
border-color: #857DCB;
}
</style>