Shades of Moody Blue #857ADF
Tints of Moody Blue #857ADF
RGB
CMYK
RGB Variations
Color information
#857ADF (or 0x857ADF) is known color: Moody Blue. HEX triplet: 85, 7A and DF. RGB value is (133,122,223). Sum of RGB (Red+Green+Blue) = 133+122+223=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #857ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ADF is #7A8520. Grayscale: #888888. Windows color (decimal): -8029473 or 14645893. OLE color: 14645893.
HSL color Cylindrical-coordinate representation of color #857ADF: hue angle of 246.53º 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 #857ADF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 122 | 223 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.13 |
| HSL | 246.53º | 0.61% | 0.68% | - |
| HSV(B) | 246.53º | 0.45% | 0.87% | - |
| XYZ | 29.95 | 24.23 | 72.91 | - |
| YUV | 136.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 223 | 0.40 | 0.45 | 0 | 0.13 | 246.53 | 0.61 | 0.68 |
| Hex | 85 | 7A | DF | 28 | 2D | 0 | D | F7 | 3D | 44 |
| Octal | 205 | 172 | 337 | 50 | 55 | 0 | 15 | 367 | 75 | 104 |
| Binary | 10000101 | 1111010 | 11011111 | 101000 | 101101 | 0 | 1101 | 11110111 | 111101 | 1000100 |
Color Harmonies of #857ADF
Complementary color
Monochromatic Colors of #857ADF
Black with #857ADF
Text Example
Text Example
White with #857ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ADF; }
p { color: rgb(133,122,223); }
H1.HeaderClassName
{
color: #857ADF;
}
.AnyTagClassName
{
color: #857ADF;
}
</style>
background-color css
<style>
a { background-color: #857ADF; }
a { background-color: rgb(133,122,223); }
div.DivClassName
{
background-color: #857ADF;
}
.BgClassName
{
background-color: #857ADF;
}
</style>
border-color css
<style>
span { border-color: #857ADF; }
span { border-color: rgb(133,122,223); }
td.TdClassName
{
border-color: #857ADF;
}
.TagClassName
{
border-color: #857ADF;
}
</style>