Shades of Moody Blue #7D79C4
Tints of Moody Blue #7D79C4
RGB
CMYK
RGB Variations
Color information
#7D79C4 (or 0x7D79C4) is known color: Moody Blue. HEX triplet: 7D, 79 and C4. RGB value is (125,121,196). Sum of RGB (Red+Green+Blue) = 125+121+196=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D79C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79C4 is #82863B. Grayscale: #828282. Windows color (decimal): -8554044 or 12876157. OLE color: 12876157.
HSL color Cylindrical-coordinate representation of color #7D79C4: hue angle of 243.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D79C4 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 121 | 196 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.23 |
| HSL | 243.2º | 0.39% | 0.62% | - |
| HSV(B) | 243.2º | 0.38% | 0.77% | - |
| XYZ | 25.26 | 22.02 | 55.14 | - |
| YUV | 130.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 196 | 0.36 | 0.38 | 0 | 0.23 | 243.2 | 0.39 | 0.62 |
| Hex | 7D | 79 | C4 | 24 | 26 | 0 | 17 | F3 | 27 | 3E |
| Octal | 175 | 171 | 304 | 44 | 46 | 0 | 27 | 363 | 47 | 76 |
| Binary | 1111101 | 1111001 | 11000100 | 100100 | 100110 | 0 | 10111 | 11110011 | 100111 | 111110 |
Color Harmonies of #7D79C4
Complementary color
Monochromatic Colors of #7D79C4
Black with #7D79C4
Text Example
Text Example
White with #7D79C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D79C4; }
p { color: rgb(125,121,196); }
H1.HeaderClassName
{
color: #7D79C4;
}
.AnyTagClassName
{
color: #7D79C4;
}
</style>
background-color css
<style>
a { background-color: #7D79C4; }
a { background-color: rgb(125,121,196); }
div.DivClassName
{
background-color: #7D79C4;
}
.BgClassName
{
background-color: #7D79C4;
}
</style>
border-color css
<style>
span { border-color: #7D79C4; }
span { border-color: rgb(125,121,196); }
td.TdClassName
{
border-color: #7D79C4;
}
.TagClassName
{
border-color: #7D79C4;
}
</style>