Shades of Moody Blue #7E85CF
Tints of Moody Blue #7E85CF
RGB
CMYK
RGB Variations
Color information
#7E85CF (or 0x7E85CF) is known color: Moody Blue. HEX triplet: 7E, 85 and CF. RGB value is (126,133,207). Sum of RGB (Red+Green+Blue) = 126+133+207=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E85CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85CF is #817A30. Grayscale: #8B8B8B. Windows color (decimal): -8485425 or 13600126. OLE color: 13600126.
HSL color Cylindrical-coordinate representation of color #7E85CF: hue angle of 234.81º degrees, saturation: 0.46, 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 #7E85CF is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 133 | 207 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.19 |
| HSL | 234.81º | 0.46% | 0.65% | - |
| HSV(B) | 234.81º | 0.39% | 0.81% | - |
| XYZ | 28.25 | 25.72 | 62.51 | - |
| YUV | 139.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 207 | 0.39 | 0.36 | 0 | 0.19 | 234.81 | 0.46 | 0.65 |
| Hex | 7E | 85 | CF | 27 | 24 | 0 | 13 | EB | 2E | 41 |
| Octal | 176 | 205 | 317 | 47 | 44 | 0 | 23 | 353 | 56 | 101 |
| Binary | 1111110 | 10000101 | 11001111 | 100111 | 100100 | 0 | 10011 | 11101011 | 101110 | 1000001 |
Color Harmonies of #7E85CF
Complementary color
Monochromatic Colors of #7E85CF
Black with #7E85CF
Text Example
Text Example
White with #7E85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E85CF; }
p { color: rgb(126,133,207); }
H1.HeaderClassName
{
color: #7E85CF;
}
.AnyTagClassName
{
color: #7E85CF;
}
</style>
background-color css
<style>
a { background-color: #7E85CF; }
a { background-color: rgb(126,133,207); }
div.DivClassName
{
background-color: #7E85CF;
}
.BgClassName
{
background-color: #7E85CF;
}
</style>
border-color css
<style>
span { border-color: #7E85CF; }
span { border-color: rgb(126,133,207); }
td.TdClassName
{
border-color: #7E85CF;
}
.TagClassName
{
border-color: #7E85CF;
}
</style>