Shades of Moody Blue #857EBF
Tints of Moody Blue #857EBF
RGB
CMYK
RGB Variations
Color information
#857EBF (or 0x857EBF) is known color: Moody Blue. HEX triplet: 85, 7E and BF. RGB value is (133,126,191). Sum of RGB (Red+Green+Blue) = 133+126+191=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #857EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EBF is #7A8140. Grayscale: #878787. Windows color (decimal): -8028481 or 12549765. OLE color: 12549765.
HSL color Cylindrical-coordinate representation of color #857EBF: hue angle of 246.46º degrees, saturation: 0.34, 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 #857EBF is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 126 | 191 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.25 |
| HSL | 246.46º | 0.34% | 0.62% | - |
| HSV(B) | 246.46º | 0.34% | 0.75% | - |
| XYZ | 26.54 | 23.67 | 52.46 | - |
| YUV | 135.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 191 | 0.30 | 0.34 | 0 | 0.25 | 246.46 | 0.34 | 0.62 |
| Hex | 85 | 7E | BF | 1E | 22 | 0 | 19 | F6 | 22 | 3E |
| Octal | 205 | 176 | 277 | 36 | 42 | 0 | 31 | 366 | 42 | 76 |
| Binary | 10000101 | 1111110 | 10111111 | 11110 | 100010 | 0 | 11001 | 11110110 | 100010 | 111110 |
Color Harmonies of #857EBF
Complementary color
Monochromatic Colors of #857EBF
Black with #857EBF
Text Example
Text Example
White with #857EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EBF; }
p { color: rgb(133,126,191); }
H1.HeaderClassName
{
color: #857EBF;
}
.AnyTagClassName
{
color: #857EBF;
}
</style>
background-color css
<style>
a { background-color: #857EBF; }
a { background-color: rgb(133,126,191); }
div.DivClassName
{
background-color: #857EBF;
}
.BgClassName
{
background-color: #857EBF;
}
</style>
border-color css
<style>
span { border-color: #857EBF; }
span { border-color: rgb(133,126,191); }
td.TdClassName
{
border-color: #857EBF;
}
.TagClassName
{
border-color: #857EBF;
}
</style>