Shades of Moody Blue #857ADE
Tints of Moody Blue #857ADE
RGB
CMYK
RGB Variations
Color information
#857ADE (or 0x857ADE) is known color: Moody Blue. HEX triplet: 85, 7A and DE. RGB value is (133,122,222). Sum of RGB (Red+Green+Blue) = 133+122+222=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #857ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ADE is #7A8521. Grayscale: #888888. Windows color (decimal): -8029474 or 14580357. OLE color: 14580357.
HSL color Cylindrical-coordinate representation of color #857ADE: hue angle of 246.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857ADE is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 122 | 222 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.13 |
| HSL | 246.6º | 0.6% | 0.67% | - |
| HSV(B) | 246.6º | 0.45% | 0.87% | - |
| XYZ | 29.82 | 24.18 | 72.2 | - |
| YUV | 136.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 222 | 0.40 | 0.45 | 0 | 0.13 | 246.6 | 0.6 | 0.67 |
| Hex | 85 | 7A | DE | 28 | 2D | 0 | D | F7 | 3C | 43 |
| Octal | 205 | 172 | 336 | 50 | 55 | 0 | 15 | 367 | 74 | 103 |
| Binary | 10000101 | 1111010 | 11011110 | 101000 | 101101 | 0 | 1101 | 11110111 | 111100 | 1000011 |
Color Harmonies of #857ADE
Complementary color
Monochromatic Colors of #857ADE
Black with #857ADE
Text Example
Text Example
White with #857ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ADE; }
p { color: rgb(133,122,222); }
H1.HeaderClassName
{
color: #857ADE;
}
.AnyTagClassName
{
color: #857ADE;
}
</style>
background-color css
<style>
a { background-color: #857ADE; }
a { background-color: rgb(133,122,222); }
div.DivClassName
{
background-color: #857ADE;
}
.BgClassName
{
background-color: #857ADE;
}
</style>
border-color css
<style>
span { border-color: #857ADE; }
span { border-color: rgb(133,122,222); }
td.TdClassName
{
border-color: #857ADE;
}
.TagClassName
{
border-color: #857ADE;
}
</style>