Shades of Moody Blue #7E85CC
Tints of Moody Blue #7E85CC
RGB
CMYK
RGB Variations
Color information
#7E85CC (or 0x7E85CC) is known color: Moody Blue. HEX triplet: 7E, 85 and CC. RGB value is (126,133,204). Sum of RGB (Red+Green+Blue) = 126+133+204=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85CC is #817A33. Grayscale: #8A8A8A. Windows color (decimal): -8485428 or 13403518. OLE color: 13403518.
HSL color Cylindrical-coordinate representation of color #7E85CC: hue angle of 234.62º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E85CC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 133 | 204 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.2 |
| HSL | 234.62º | 0.43% | 0.65% | - |
| HSV(B) | 234.62º | 0.38% | 0.8% | - |
| XYZ | 27.89 | 25.57 | 60.59 | - |
| YUV | 139 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 204 | 0.38 | 0.35 | 0 | 0.2 | 234.62 | 0.43 | 0.65 |
| Hex | 7E | 85 | CC | 26 | 23 | 0 | 14 | EB | 2B | 41 |
| Octal | 176 | 205 | 314 | 46 | 43 | 0 | 24 | 353 | 53 | 101 |
| Binary | 1111110 | 10000101 | 11001100 | 100110 | 100011 | 0 | 10100 | 11101011 | 101011 | 1000001 |
Color Harmonies of #7E85CC
Complementary color
Monochromatic Colors of #7E85CC
Black with #7E85CC
Text Example
Text Example
White with #7E85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E85CC; }
p { color: rgb(126,133,204); }
H1.HeaderClassName
{
color: #7E85CC;
}
.AnyTagClassName
{
color: #7E85CC;
}
</style>
background-color css
<style>
a { background-color: #7E85CC; }
a { background-color: rgb(126,133,204); }
div.DivClassName
{
background-color: #7E85CC;
}
.BgClassName
{
background-color: #7E85CC;
}
</style>
border-color css
<style>
span { border-color: #7E85CC; }
span { border-color: rgb(126,133,204); }
td.TdClassName
{
border-color: #7E85CC;
}
.TagClassName
{
border-color: #7E85CC;
}
</style>