Shades of Moody Blue #7E85CE
Tints of Moody Blue #7E85CE
RGB
CMYK
RGB Variations
Color information
#7E85CE (or 0x7E85CE) is known color: Moody Blue. HEX triplet: 7E, 85 and CE. RGB value is (126,133,206). Sum of RGB (Red+Green+Blue) = 126+133+206=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85CE is #817A31. Grayscale: #8A8A8A. Windows color (decimal): -8485426 or 13534590. OLE color: 13534590.
HSL color Cylindrical-coordinate representation of color #7E85CE: hue angle of 234.75º 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 #7E85CE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 133 | 206 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.19 |
| HSL | 234.75º | 0.45% | 0.65% | - |
| HSV(B) | 234.75º | 0.39% | 0.81% | - |
| XYZ | 28.13 | 25.67 | 61.86 | - |
| YUV | 139.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 206 | 0.39 | 0.35 | 0 | 0.19 | 234.75 | 0.45 | 0.65 |
| Hex | 7E | 85 | CE | 27 | 23 | 0 | 13 | EB | 2D | 41 |
| Octal | 176 | 205 | 316 | 47 | 43 | 0 | 23 | 353 | 55 | 101 |
| Binary | 1111110 | 10000101 | 11001110 | 100111 | 100011 | 0 | 10011 | 11101011 | 101101 | 1000001 |
Color Harmonies of #7E85CE
Complementary color
Monochromatic Colors of #7E85CE
Black with #7E85CE
Text Example
Text Example
White with #7E85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E85CE; }
p { color: rgb(126,133,206); }
H1.HeaderClassName
{
color: #7E85CE;
}
.AnyTagClassName
{
color: #7E85CE;
}
</style>
background-color css
<style>
a { background-color: #7E85CE; }
a { background-color: rgb(126,133,206); }
div.DivClassName
{
background-color: #7E85CE;
}
.BgClassName
{
background-color: #7E85CE;
}
</style>
border-color css
<style>
span { border-color: #7E85CE; }
span { border-color: rgb(126,133,206); }
td.TdClassName
{
border-color: #7E85CE;
}
.TagClassName
{
border-color: #7E85CE;
}
</style>