Shades of Moody Blue #857FCB
Tints of Moody Blue #857FCB
RGB
CMYK
RGB Variations
Color information
#857FCB (or 0x857FCB) is known color: Moody Blue. HEX triplet: 85, 7F and CB. RGB value is (133,127,203). Sum of RGB (Red+Green+Blue) = 133+127+203=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #857FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FCB is #7A8034. Grayscale: #898989. Windows color (decimal): -8028213 or 13336453. OLE color: 13336453.
HSL color Cylindrical-coordinate representation of color #857FCB: hue angle of 244.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #857FCB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 127 | 203 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.20 |
| HSL | 244.74º | 0.42% | 0.65% | - |
| HSV(B) | 244.74º | 0.37% | 0.8% | - |
| XYZ | 28.04 | 24.48 | 59.75 | - |
| YUV | 137.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 203 | 0.34 | 0.37 | 0 | 0.20 | 244.74 | 0.42 | 0.65 |
| Hex | 85 | 7F | CB | 22 | 25 | 0 | 14 | F5 | 2A | 41 |
| Octal | 205 | 177 | 313 | 42 | 45 | 0 | 24 | 365 | 52 | 101 |
| Binary | 10000101 | 1111111 | 11001011 | 100010 | 100101 | 0 | 10100 | 11110101 | 101010 | 1000001 |
Color Harmonies of #857FCB
Complementary color
Monochromatic Colors of #857FCB
Black with #857FCB
Text Example
Text Example
White with #857FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FCB; }
p { color: rgb(133,127,203); }
H1.HeaderClassName
{
color: #857FCB;
}
.AnyTagClassName
{
color: #857FCB;
}
</style>
background-color css
<style>
a { background-color: #857FCB; }
a { background-color: rgb(133,127,203); }
div.DivClassName
{
background-color: #857FCB;
}
.BgClassName
{
background-color: #857FCB;
}
</style>
border-color css
<style>
span { border-color: #857FCB; }
span { border-color: rgb(133,127,203); }
td.TdClassName
{
border-color: #857FCB;
}
.TagClassName
{
border-color: #857FCB;
}
</style>