Shades of Moody Blue #857DBE
Tints of Moody Blue #857DBE
RGB
CMYK
RGB Variations
Color information
#857DBE (or 0x857DBE) is known color: Moody Blue. HEX triplet: 85, 7D and BE. RGB value is (133,125,190). Sum of RGB (Red+Green+Blue) = 133+125+190=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #857DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DBE is #7A8241. Grayscale: #868686. Windows color (decimal): -8028738 or 12483973. OLE color: 12483973.
HSL color Cylindrical-coordinate representation of color #857DBE: hue angle of 247.38º 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 #857DBE is Cyan = 0.3, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 125 | 190 | - |
| CMYK | 0.3 | 0.34 | 0 | 0.25 |
| HSL | 247.38º | 0.33% | 0.62% | - |
| HSV(B) | 247.38º | 0.34% | 0.75% | - |
| XYZ | 26.3 | 23.37 | 51.84 | - |
| YUV | 134.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 190 | 0.3 | 0.34 | 0 | 0.25 | 247.38 | 0.33 | 0.62 |
| Hex | 85 | 7D | BE | 1E | 22 | 0 | 19 | F7 | 21 | 3E |
| Octal | 205 | 175 | 276 | 36 | 42 | 0 | 31 | 367 | 41 | 76 |
| Binary | 10000101 | 1111101 | 10111110 | 11110 | 100010 | 0 | 11001 | 11110111 | 100001 | 111110 |
Color Harmonies of #857DBE
Complementary color
Monochromatic Colors of #857DBE
Black with #857DBE
Text Example
Text Example
White with #857DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DBE; }
p { color: rgb(133,125,190); }
H1.HeaderClassName
{
color: #857DBE;
}
.AnyTagClassName
{
color: #857DBE;
}
</style>
background-color css
<style>
a { background-color: #857DBE; }
a { background-color: rgb(133,125,190); }
div.DivClassName
{
background-color: #857DBE;
}
.BgClassName
{
background-color: #857DBE;
}
</style>
border-color css
<style>
span { border-color: #857DBE; }
span { border-color: rgb(133,125,190); }
td.TdClassName
{
border-color: #857DBE;
}
.TagClassName
{
border-color: #857DBE;
}
</style>