Shades of Moody Blue #857ADD
Tints of Moody Blue #857ADD
RGB
CMYK
RGB Variations
Color information
#857ADD (or 0x857ADD) is known color: Moody Blue. HEX triplet: 85, 7A and DD. RGB value is (133,122,221). Sum of RGB (Red+Green+Blue) = 133+122+221=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #857ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ADD is #7A8522. Grayscale: #888888. Windows color (decimal): -8029475 or 14514821. OLE color: 14514821.
HSL color Cylindrical-coordinate representation of color #857ADD: hue angle of 246.67º degrees, saturation: 0.59, 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 #857ADD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 122 | 221 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.13 |
| HSL | 246.67º | 0.59% | 0.67% | - |
| HSV(B) | 246.67º | 0.45% | 0.87% | - |
| XYZ | 29.68 | 24.13 | 71.5 | - |
| YUV | 136.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 221 | 0.40 | 0.45 | 0 | 0.13 | 246.67 | 0.59 | 0.67 |
| Hex | 85 | 7A | DD | 28 | 2D | 0 | D | F7 | 3B | 43 |
| Octal | 205 | 172 | 335 | 50 | 55 | 0 | 15 | 367 | 73 | 103 |
| Binary | 10000101 | 1111010 | 11011101 | 101000 | 101101 | 0 | 1101 | 11110111 | 111011 | 1000011 |
Color Harmonies of #857ADD
Complementary color
Monochromatic Colors of #857ADD
Black with #857ADD
Text Example
Text Example
White with #857ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ADD; }
p { color: rgb(133,122,221); }
H1.HeaderClassName
{
color: #857ADD;
}
.AnyTagClassName
{
color: #857ADD;
}
</style>
background-color css
<style>
a { background-color: #857ADD; }
a { background-color: rgb(133,122,221); }
div.DivClassName
{
background-color: #857ADD;
}
.BgClassName
{
background-color: #857ADD;
}
</style>
border-color css
<style>
span { border-color: #857ADD; }
span { border-color: rgb(133,122,221); }
td.TdClassName
{
border-color: #857ADD;
}
.TagClassName
{
border-color: #857ADD;
}
</style>