Shades of Moody Blue #857ACE
Tints of Moody Blue #857ACE
RGB
CMYK
RGB Variations
Color information
#857ACE (or 0x857ACE) is known color: Moody Blue. HEX triplet: 85, 7A and CE. RGB value is (133,122,206). Sum of RGB (Red+Green+Blue) = 133+122+206=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #857ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ACE is #7A8531. Grayscale: #868686. Windows color (decimal): -8029490 or 13531781. OLE color: 13531781.
HSL color Cylindrical-coordinate representation of color #857ACE: hue angle of 247.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #857ACE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 122 | 206 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.19 |
| HSL | 247.86º | 0.46% | 0.64% | - |
| HSV(B) | 247.86º | 0.41% | 0.81% | - |
| XYZ | 27.77 | 23.36 | 61.44 | - |
| YUV | 134.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 206 | 0.35 | 0.41 | 0 | 0.19 | 247.86 | 0.46 | 0.64 |
| Hex | 85 | 7A | CE | 23 | 29 | 0 | 13 | F8 | 2E | 40 |
| Octal | 205 | 172 | 316 | 43 | 51 | 0 | 23 | 370 | 56 | 100 |
| Binary | 10000101 | 1111010 | 11001110 | 100011 | 101001 | 0 | 10011 | 11111000 | 101110 | 1000000 |
Color Harmonies of #857ACE
Complementary color
Monochromatic Colors of #857ACE
Black with #857ACE
Text Example
Text Example
White with #857ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857ACE; }
p { color: rgb(133,122,206); }
H1.HeaderClassName
{
color: #857ACE;
}
.AnyTagClassName
{
color: #857ACE;
}
</style>
background-color css
<style>
a { background-color: #857ACE; }
a { background-color: rgb(133,122,206); }
div.DivClassName
{
background-color: #857ACE;
}
.BgClassName
{
background-color: #857ACE;
}
</style>
border-color css
<style>
span { border-color: #857ACE; }
span { border-color: rgb(133,122,206); }
td.TdClassName
{
border-color: #857ACE;
}
.TagClassName
{
border-color: #857ACE;
}
</style>