Shades of Moody Blue #857EBC
Tints of Moody Blue #857EBC
RGB
CMYK
RGB Variations
Color information
#857EBC (or 0x857EBC) is known color: Moody Blue. HEX triplet: 85, 7E and BC. RGB value is (133,126,188). Sum of RGB (Red+Green+Blue) = 133+126+188=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #857EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EBC is #7A8143. Grayscale: #868686. Windows color (decimal): -8028484 or 12353157. OLE color: 12353157.
HSL color Cylindrical-coordinate representation of color #857EBC: hue angle of 246.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857EBC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 126 | 188 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.26 |
| HSL | 246.77º | 0.32% | 0.62% | - |
| HSV(B) | 246.77º | 0.33% | 0.74% | - |
| XYZ | 26.21 | 23.54 | 50.74 | - |
| YUV | 135.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 188 | 0.29 | 0.33 | 0 | 0.26 | 246.77 | 0.32 | 0.62 |
| Hex | 85 | 7E | BC | 1D | 21 | 0 | 1A | F7 | 20 | 3E |
| Octal | 205 | 176 | 274 | 35 | 41 | 0 | 32 | 367 | 40 | 76 |
| Binary | 10000101 | 1111110 | 10111100 | 11101 | 100001 | 0 | 11010 | 11110111 | 100000 | 111110 |
Color Harmonies of #857EBC
Complementary color
Monochromatic Colors of #857EBC
Black with #857EBC
Text Example
Text Example
White with #857EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EBC; }
p { color: rgb(133,126,188); }
H1.HeaderClassName
{
color: #857EBC;
}
.AnyTagClassName
{
color: #857EBC;
}
</style>
background-color css
<style>
a { background-color: #857EBC; }
a { background-color: rgb(133,126,188); }
div.DivClassName
{
background-color: #857EBC;
}
.BgClassName
{
background-color: #857EBC;
}
</style>
border-color css
<style>
span { border-color: #857EBC; }
span { border-color: rgb(133,126,188); }
td.TdClassName
{
border-color: #857EBC;
}
.TagClassName
{
border-color: #857EBC;
}
</style>