Shades of Moody Blue #857EDA
Tints of Moody Blue #857EDA
RGB
CMYK
RGB Variations
Color information
#857EDA (or 0x857EDA) is known color: Moody Blue. HEX triplet: 85, 7E and DA. RGB value is (133,126,218). Sum of RGB (Red+Green+Blue) = 133+126+218=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #857EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EDA is #7A8125. Grayscale: #8A8A8A. Windows color (decimal): -8028454 or 14319237. OLE color: 14319237.
HSL color Cylindrical-coordinate representation of color #857EDA: hue angle of 244.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857EDA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 126 | 218 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.15 |
| HSL | 244.57º | 0.55% | 0.67% | - |
| HSV(B) | 244.57º | 0.42% | 0.85% | - |
| XYZ | 29.79 | 24.97 | 69.58 | - |
| YUV | 138.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 218 | 0.39 | 0.42 | 0 | 0.15 | 244.57 | 0.55 | 0.67 |
| Hex | 85 | 7E | DA | 27 | 2A | 0 | F | F5 | 37 | 43 |
| Octal | 205 | 176 | 332 | 47 | 52 | 0 | 17 | 365 | 67 | 103 |
| Binary | 10000101 | 1111110 | 11011010 | 100111 | 101010 | 0 | 1111 | 11110101 | 110111 | 1000011 |
Color Harmonies of #857EDA
Complementary color
Monochromatic Colors of #857EDA
Black with #857EDA
Text Example
Text Example
White with #857EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EDA; }
p { color: rgb(133,126,218); }
H1.HeaderClassName
{
color: #857EDA;
}
.AnyTagClassName
{
color: #857EDA;
}
</style>
background-color css
<style>
a { background-color: #857EDA; }
a { background-color: rgb(133,126,218); }
div.DivClassName
{
background-color: #857EDA;
}
.BgClassName
{
background-color: #857EDA;
}
</style>
border-color css
<style>
span { border-color: #857EDA; }
span { border-color: rgb(133,126,218); }
td.TdClassName
{
border-color: #857EDA;
}
.TagClassName
{
border-color: #857EDA;
}
</style>