Shades of Moody Blue #857BDF
Tints of Moody Blue #857BDF
RGB
CMYK
RGB Variations
Color information
#857BDF (or 0x857BDF) is known color: Moody Blue. HEX triplet: 85, 7B and DF. RGB value is (133,123,223). Sum of RGB (Red+Green+Blue) = 133+123+223=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #857BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BDF is #7A8420. Grayscale: #898989. Windows color (decimal): -8029217 or 14646149. OLE color: 14646149.
HSL color Cylindrical-coordinate representation of color #857BDF: hue angle of 246º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857BDF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 123 | 223 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.13 |
| HSL | 246º | 0.61% | 0.68% | - |
| HSV(B) | 246º | 0.45% | 0.87% | - |
| XYZ | 30.08 | 24.48 | 72.95 | - |
| YUV | 137.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 223 | 0.40 | 0.45 | 0 | 0.13 | 246 | 0.61 | 0.68 |
| Hex | 85 | 7B | DF | 28 | 2D | 0 | D | F6 | 3D | 44 |
| Octal | 205 | 173 | 337 | 50 | 55 | 0 | 15 | 366 | 75 | 104 |
| Binary | 10000101 | 1111011 | 11011111 | 101000 | 101101 | 0 | 1101 | 11110110 | 111101 | 1000100 |
Color Harmonies of #857BDF
Complementary color
Monochromatic Colors of #857BDF
Black with #857BDF
Text Example
Text Example
White with #857BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BDF; }
p { color: rgb(133,123,223); }
H1.HeaderClassName
{
color: #857BDF;
}
.AnyTagClassName
{
color: #857BDF;
}
</style>
background-color css
<style>
a { background-color: #857BDF; }
a { background-color: rgb(133,123,223); }
div.DivClassName
{
background-color: #857BDF;
}
.BgClassName
{
background-color: #857BDF;
}
</style>
border-color css
<style>
span { border-color: #857BDF; }
span { border-color: rgb(133,123,223); }
td.TdClassName
{
border-color: #857BDF;
}
.TagClassName
{
border-color: #857BDF;
}
</style>