Shades of Moody Blue #857DCE
Tints of Moody Blue #857DCE
RGB
CMYK
RGB Variations
Color information
#857DCE (or 0x857DCE) is known color: Moody Blue. HEX triplet: 85, 7D and CE. RGB value is (133,125,206). Sum of RGB (Red+Green+Blue) = 133+125+206=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #857DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DCE is #7A8231. Grayscale: #888888. Windows color (decimal): -8028722 or 13532549. OLE color: 13532549.
HSL color Cylindrical-coordinate representation of color #857DCE: hue angle of 245.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857DCE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 125 | 206 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.19 |
| HSL | 245.93º | 0.45% | 0.65% | - |
| HSV(B) | 245.93º | 0.39% | 0.81% | - |
| XYZ | 28.15 | 24.11 | 61.56 | - |
| YUV | 136.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 206 | 0.35 | 0.39 | 0 | 0.19 | 245.93 | 0.45 | 0.65 |
| Hex | 85 | 7D | CE | 23 | 27 | 0 | 13 | F6 | 2D | 41 |
| Octal | 205 | 175 | 316 | 43 | 47 | 0 | 23 | 366 | 55 | 101 |
| Binary | 10000101 | 1111101 | 11001110 | 100011 | 100111 | 0 | 10011 | 11110110 | 101101 | 1000001 |
Color Harmonies of #857DCE
Complementary color
Monochromatic Colors of #857DCE
Black with #857DCE
Text Example
Text Example
White with #857DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857DCE; }
p { color: rgb(133,125,206); }
H1.HeaderClassName
{
color: #857DCE;
}
.AnyTagClassName
{
color: #857DCE;
}
</style>
background-color css
<style>
a { background-color: #857DCE; }
a { background-color: rgb(133,125,206); }
div.DivClassName
{
background-color: #857DCE;
}
.BgClassName
{
background-color: #857DCE;
}
</style>
border-color css
<style>
span { border-color: #857DCE; }
span { border-color: rgb(133,125,206); }
td.TdClassName
{
border-color: #857DCE;
}
.TagClassName
{
border-color: #857DCE;
}
</style>