Shades of Moody Blue #857EBE
Tints of Moody Blue #857EBE
RGB
CMYK
RGB Variations
Color information
#857EBE (or 0x857EBE) is known color: Moody Blue. HEX triplet: 85, 7E and BE. RGB value is (133,126,190). Sum of RGB (Red+Green+Blue) = 133+126+190=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #857EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EBE is #7A8141. Grayscale: #878787. Windows color (decimal): -8028482 or 12484229. OLE color: 12484229.
HSL color Cylindrical-coordinate representation of color #857EBE: hue angle of 246.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857EBE is Cyan = 0.3, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 126 | 190 | - |
| CMYK | 0.3 | 0.34 | 0 | 0.25 |
| HSL | 246.56º | 0.33% | 0.62% | - |
| HSV(B) | 246.56º | 0.34% | 0.75% | - |
| XYZ | 26.43 | 23.63 | 51.88 | - |
| YUV | 135.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 190 | 0.3 | 0.34 | 0 | 0.25 | 246.56 | 0.33 | 0.62 |
| Hex | 85 | 7E | BE | 1E | 22 | 0 | 19 | F7 | 21 | 3E |
| Octal | 205 | 176 | 276 | 36 | 42 | 0 | 31 | 367 | 41 | 76 |
| Binary | 10000101 | 1111110 | 10111110 | 11110 | 100010 | 0 | 11001 | 11110111 | 100001 | 111110 |
Color Harmonies of #857EBE
Complementary color
Monochromatic Colors of #857EBE
Black with #857EBE
Text Example
Text Example
White with #857EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EBE; }
p { color: rgb(133,126,190); }
H1.HeaderClassName
{
color: #857EBE;
}
.AnyTagClassName
{
color: #857EBE;
}
</style>
background-color css
<style>
a { background-color: #857EBE; }
a { background-color: rgb(133,126,190); }
div.DivClassName
{
background-color: #857EBE;
}
.BgClassName
{
background-color: #857EBE;
}
</style>
border-color css
<style>
span { border-color: #857EBE; }
span { border-color: rgb(133,126,190); }
td.TdClassName
{
border-color: #857EBE;
}
.TagClassName
{
border-color: #857EBE;
}
</style>