Shades of Moody Blue #7D79CE
Tints of Moody Blue #7D79CE
RGB
CMYK
RGB Variations
Color information
#7D79CE (or 0x7D79CE) is known color: Moody Blue. HEX triplet: 7D, 79 and CE. RGB value is (125,121,206). Sum of RGB (Red+Green+Blue) = 125+121+206=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D79CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79CE is #828631. Grayscale: #838383. Windows color (decimal): -8554034 or 13531517. OLE color: 13531517.
HSL color Cylindrical-coordinate representation of color #7D79CE: hue angle of 242.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D79CE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 121 | 206 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.19 |
| HSL | 242.82º | 0.46% | 0.64% | - |
| HSV(B) | 242.82º | 0.41% | 0.81% | - |
| XYZ | 26.44 | 22.49 | 61.34 | - |
| YUV | 131.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 206 | 0.39 | 0.41 | 0 | 0.19 | 242.82 | 0.46 | 0.64 |
| Hex | 7D | 79 | CE | 27 | 29 | 0 | 13 | F3 | 2E | 40 |
| Octal | 175 | 171 | 316 | 47 | 51 | 0 | 23 | 363 | 56 | 100 |
| Binary | 1111101 | 1111001 | 11001110 | 100111 | 101001 | 0 | 10011 | 11110011 | 101110 | 1000000 |
Color Harmonies of #7D79CE
Complementary color
Monochromatic Colors of #7D79CE
Black with #7D79CE
Text Example
Text Example
White with #7D79CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D79CE; }
p { color: rgb(125,121,206); }
H1.HeaderClassName
{
color: #7D79CE;
}
.AnyTagClassName
{
color: #7D79CE;
}
</style>
background-color css
<style>
a { background-color: #7D79CE; }
a { background-color: rgb(125,121,206); }
div.DivClassName
{
background-color: #7D79CE;
}
.BgClassName
{
background-color: #7D79CE;
}
</style>
border-color css
<style>
span { border-color: #7D79CE; }
span { border-color: rgb(125,121,206); }
td.TdClassName
{
border-color: #7D79CE;
}
.TagClassName
{
border-color: #7D79CE;
}
</style>