Shades of Moody Blue #857CCB
Tints of Moody Blue #857CCB
RGB
CMYK
RGB Variations
Color information
#857CCB (or 0x857CCB) is known color: Moody Blue. HEX triplet: 85, 7C and CB. RGB value is (133,124,203). Sum of RGB (Red+Green+Blue) = 133+124+203=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #857CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CCB is #7A8334. Grayscale: #878787. Windows color (decimal): -8028981 or 13335685. OLE color: 13335685.
HSL color Cylindrical-coordinate representation of color #857CCB: hue angle of 246.84º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857CCB is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 124 | 203 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.20 |
| HSL | 246.84º | 0.43% | 0.64% | - |
| HSV(B) | 246.84º | 0.39% | 0.8% | - |
| XYZ | 27.66 | 23.71 | 59.62 | - |
| YUV | 135.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 203 | 0.34 | 0.39 | 0 | 0.20 | 246.84 | 0.43 | 0.64 |
| Hex | 85 | 7C | CB | 22 | 27 | 0 | 14 | F7 | 2B | 40 |
| Octal | 205 | 174 | 313 | 42 | 47 | 0 | 24 | 367 | 53 | 100 |
| Binary | 10000101 | 1111100 | 11001011 | 100010 | 100111 | 0 | 10100 | 11110111 | 101011 | 1000000 |
Color Harmonies of #857CCB
Complementary color
Monochromatic Colors of #857CCB
Black with #857CCB
Text Example
Text Example
White with #857CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CCB; }
p { color: rgb(133,124,203); }
H1.HeaderClassName
{
color: #857CCB;
}
.AnyTagClassName
{
color: #857CCB;
}
</style>
background-color css
<style>
a { background-color: #857CCB; }
a { background-color: rgb(133,124,203); }
div.DivClassName
{
background-color: #857CCB;
}
.BgClassName
{
background-color: #857CCB;
}
</style>
border-color css
<style>
span { border-color: #857CCB; }
span { border-color: rgb(133,124,203); }
td.TdClassName
{
border-color: #857CCB;
}
.TagClassName
{
border-color: #857CCB;
}
</style>