Shades of Moody Blue #857ADC
Tints of Moody Blue #857ADC
RGB
CMYK
RGB Variations
Color information
#857ADC (or 0x857ADC) is known color: Moody Blue. HEX triplet: 85, 7A and DC. RGB value is (133,122,220). Sum of RGB (Red+Green+Blue) = 133+122+220=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #857ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ADC is #7A8523. Grayscale: #888888. Windows color (decimal): -8029476 or 14449285. OLE color: 14449285.
HSL color Cylindrical-coordinate representation of color #857ADC: hue angle of 246.73º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857ADC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 122 | 220 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.14 |
| HSL | 246.73º | 0.58% | 0.67% | - |
| HSV(B) | 246.73º | 0.45% | 0.86% | - |
| XYZ | 29.55 | 24.07 | 70.8 | - |
| YUV | 136.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 220 | 0.40 | 0.45 | 0 | 0.14 | 246.73 | 0.58 | 0.67 |
| Hex | 85 | 7A | DC | 28 | 2D | 0 | E | F7 | 3A | 43 |
| Octal | 205 | 172 | 334 | 50 | 55 | 0 | 16 | 367 | 72 | 103 |
| Binary | 10000101 | 1111010 | 11011100 | 101000 | 101101 | 0 | 1110 | 11110111 | 111010 | 1000011 |
Color Harmonies of #857ADC
Complementary color
Monochromatic Colors of #857ADC
Black with #857ADC
Text Example
Text Example
White with #857ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ADC; }
p { color: rgb(133,122,220); }
H1.HeaderClassName
{
color: #857ADC;
}
.AnyTagClassName
{
color: #857ADC;
}
</style>
background-color css
<style>
a { background-color: #857ADC; }
a { background-color: rgb(133,122,220); }
div.DivClassName
{
background-color: #857ADC;
}
.BgClassName
{
background-color: #857ADC;
}
</style>
border-color css
<style>
span { border-color: #857ADC; }
span { border-color: rgb(133,122,220); }
td.TdClassName
{
border-color: #857ADC;
}
.TagClassName
{
border-color: #857ADC;
}
</style>