Shades of Moody Blue #857EDB
Tints of Moody Blue #857EDB
RGB
CMYK
RGB Variations
Color information
#857EDB (or 0x857EDB) is known color: Moody Blue. HEX triplet: 85, 7E and DB. RGB value is (133,126,219). Sum of RGB (Red+Green+Blue) = 133+126+219=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #857EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EDB is #7A8124. Grayscale: #8A8A8A. Windows color (decimal): -8028453 or 14384773. OLE color: 14384773.
HSL color Cylindrical-coordinate representation of color #857EDB: hue angle of 244.52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857EDB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 126 | 219 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.14 |
| HSL | 244.52º | 0.56% | 0.68% | - |
| HSV(B) | 244.52º | 0.42% | 0.86% | - |
| XYZ | 29.92 | 25.02 | 70.27 | - |
| YUV | 138.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 219 | 0.39 | 0.42 | 0 | 0.14 | 244.52 | 0.56 | 0.68 |
| Hex | 85 | 7E | DB | 27 | 2A | 0 | E | F5 | 38 | 44 |
| Octal | 205 | 176 | 333 | 47 | 52 | 0 | 16 | 365 | 70 | 104 |
| Binary | 10000101 | 1111110 | 11011011 | 100111 | 101010 | 0 | 1110 | 11110101 | 111000 | 1000100 |
Color Harmonies of #857EDB
Complementary color
Monochromatic Colors of #857EDB
Black with #857EDB
Text Example
Text Example
White with #857EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EDB; }
p { color: rgb(133,126,219); }
H1.HeaderClassName
{
color: #857EDB;
}
.AnyTagClassName
{
color: #857EDB;
}
</style>
background-color css
<style>
a { background-color: #857EDB; }
a { background-color: rgb(133,126,219); }
div.DivClassName
{
background-color: #857EDB;
}
.BgClassName
{
background-color: #857EDB;
}
</style>
border-color css
<style>
span { border-color: #857EDB; }
span { border-color: rgb(133,126,219); }
td.TdClassName
{
border-color: #857EDB;
}
.TagClassName
{
border-color: #857EDB;
}
</style>