Shades of Moody Blue #857AD8
Tints of Moody Blue #857AD8
RGB
CMYK
RGB Variations
Color information
#857AD8 (or 0x857AD8) is known color: Moody Blue. HEX triplet: 85, 7A and D8. RGB value is (133,122,216). Sum of RGB (Red+Green+Blue) = 133+122+216=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #857AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AD8 is #7A8527. Grayscale: #878787. Windows color (decimal): -8029480 or 14187141. OLE color: 14187141.
HSL color Cylindrical-coordinate representation of color #857AD8: hue angle of 247.02º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857AD8 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 122 | 216 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.15 |
| HSL | 247.02º | 0.55% | 0.66% | - |
| HSV(B) | 247.02º | 0.44% | 0.85% | - |
| XYZ | 29.03 | 23.86 | 68.04 | - |
| YUV | 136.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 216 | 0.38 | 0.44 | 0 | 0.15 | 247.02 | 0.55 | 0.66 |
| Hex | 85 | 7A | D8 | 26 | 2C | 0 | F | F7 | 37 | 42 |
| Octal | 205 | 172 | 330 | 46 | 54 | 0 | 17 | 367 | 67 | 102 |
| Binary | 10000101 | 1111010 | 11011000 | 100110 | 101100 | 0 | 1111 | 11110111 | 110111 | 1000010 |
Color Harmonies of #857AD8
Complementary color
Monochromatic Colors of #857AD8
Black with #857AD8
Text Example
Text Example
White with #857AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AD8; }
p { color: rgb(133,122,216); }
H1.HeaderClassName
{
color: #857AD8;
}
.AnyTagClassName
{
color: #857AD8;
}
</style>
background-color css
<style>
a { background-color: #857AD8; }
a { background-color: rgb(133,122,216); }
div.DivClassName
{
background-color: #857AD8;
}
.BgClassName
{
background-color: #857AD8;
}
</style>
border-color css
<style>
span { border-color: #857AD8; }
span { border-color: rgb(133,122,216); }
td.TdClassName
{
border-color: #857AD8;
}
.TagClassName
{
border-color: #857AD8;
}
</style>