Shades of Moody Blue #857AD3
Tints of Moody Blue #857AD3
RGB
CMYK
RGB Variations
Color information
#857AD3 (or 0x857AD3) is known color: Moody Blue. HEX triplet: 85, 7A and D3. RGB value is (133,122,211). Sum of RGB (Red+Green+Blue) = 133+122+211=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #857AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AD3 is #7A852C. Grayscale: #878787. Windows color (decimal): -8029485 or 13859461. OLE color: 13859461.
HSL color Cylindrical-coordinate representation of color #857AD3: hue angle of 247.42º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857AD3 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 122 | 211 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.17 |
| HSL | 247.42º | 0.5% | 0.65% | - |
| HSV(B) | 247.42º | 0.42% | 0.83% | - |
| XYZ | 28.39 | 23.61 | 64.69 | - |
| YUV | 135.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 211 | 0.37 | 0.42 | 0 | 0.17 | 247.42 | 0.5 | 0.65 |
| Hex | 85 | 7A | D3 | 25 | 2A | 0 | 11 | F7 | 32 | 41 |
| Octal | 205 | 172 | 323 | 45 | 52 | 0 | 21 | 367 | 62 | 101 |
| Binary | 10000101 | 1111010 | 11010011 | 100101 | 101010 | 0 | 10001 | 11110111 | 110010 | 1000001 |
Color Harmonies of #857AD3
Complementary color
Monochromatic Colors of #857AD3
Black with #857AD3
Text Example
Text Example
White with #857AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AD3; }
p { color: rgb(133,122,211); }
H1.HeaderClassName
{
color: #857AD3;
}
.AnyTagClassName
{
color: #857AD3;
}
</style>
background-color css
<style>
a { background-color: #857AD3; }
a { background-color: rgb(133,122,211); }
div.DivClassName
{
background-color: #857AD3;
}
.BgClassName
{
background-color: #857AD3;
}
</style>
border-color css
<style>
span { border-color: #857AD3; }
span { border-color: rgb(133,122,211); }
td.TdClassName
{
border-color: #857AD3;
}
.TagClassName
{
border-color: #857AD3;
}
</style>