Shades of Moody Blue #7D64C9
Tints of Moody Blue #7D64C9
RGB
CMYK
RGB Variations
Color information
#7D64C9 (or 0x7D64C9) is known color: Moody Blue. HEX triplet: 7D, 64 and C9. RGB value is (125,100,201). Sum of RGB (Red+Green+Blue) = 125+100+201=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D64C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64C9 is #829B36. Grayscale: #767676. Windows color (decimal): -8559415 or 13198461. OLE color: 13198461.
HSL color Cylindrical-coordinate representation of color #7D64C9: hue angle of 254.85º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D64C9 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 100 | 201 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.21 |
| HSL | 254.85º | 0.48% | 0.59% | - |
| HSV(B) | 254.85º | 0.5% | 0.79% | - |
| XYZ | 23.56 | 17.69 | 57.43 | - |
| YUV | 118.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 201 | 0.38 | 0.50 | 0 | 0.21 | 254.85 | 0.48 | 0.59 |
| Hex | 7D | 64 | C9 | 26 | 32 | 0 | 15 | FF | 30 | 3B |
| Octal | 175 | 144 | 311 | 46 | 62 | 0 | 25 | 377 | 60 | 73 |
| Binary | 1111101 | 1100100 | 11001001 | 100110 | 110010 | 0 | 10101 | 11111111 | 110000 | 111011 |
Color Harmonies of #7D64C9
Complementary color
Monochromatic Colors of #7D64C9
Black with #7D64C9
Text Example
Text Example
White with #7D64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D64C9; }
p { color: rgb(125,100,201); }
H1.HeaderClassName
{
color: #7D64C9;
}
.AnyTagClassName
{
color: #7D64C9;
}
</style>
background-color css
<style>
a { background-color: #7D64C9; }
a { background-color: rgb(125,100,201); }
div.DivClassName
{
background-color: #7D64C9;
}
.BgClassName
{
background-color: #7D64C9;
}
</style>
border-color css
<style>
span { border-color: #7D64C9; }
span { border-color: rgb(125,100,201); }
td.TdClassName
{
border-color: #7D64C9;
}
.TagClassName
{
border-color: #7D64C9;
}
</style>