Shades of Moody Blue #7D64C8
Tints of Moody Blue #7D64C8
RGB
CMYK
RGB Variations
Color information
#7D64C8 (or 0x7D64C8) is known color: Moody Blue. HEX triplet: 7D, 64 and C8. RGB value is (125,100,200). Sum of RGB (Red+Green+Blue) = 125+100+200=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #7D64C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64C8 is #829B37. Grayscale: #767676. Windows color (decimal): -8559416 or 13132925. OLE color: 13132925.
HSL color Cylindrical-coordinate representation of color #7D64C8: hue angle of 255º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D64C8 is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 100 | 200 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.22 |
| HSL | 255º | 0.48% | 0.59% | - |
| HSV(B) | 255º | 0.5% | 0.78% | - |
| XYZ | 23.44 | 17.64 | 56.81 | - |
| YUV | 118.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 200 | 0.38 | 0.5 | 0 | 0.22 | 255 | 0.48 | 0.59 |
| Hex | 7D | 64 | C8 | 26 | 32 | 0 | 16 | FF | 30 | 3B |
| Octal | 175 | 144 | 310 | 46 | 62 | 0 | 26 | 377 | 60 | 73 |
| Binary | 1111101 | 1100100 | 11001000 | 100110 | 110010 | 0 | 10110 | 11111111 | 110000 | 111011 |
Color Harmonies of #7D64C8
Complementary color
Monochromatic Colors of #7D64C8
Black with #7D64C8
Text Example
Text Example
White with #7D64C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D64C8; }
p { color: rgb(125,100,200); }
H1.HeaderClassName
{
color: #7D64C8;
}
.AnyTagClassName
{
color: #7D64C8;
}
</style>
background-color css
<style>
a { background-color: #7D64C8; }
a { background-color: rgb(125,100,200); }
div.DivClassName
{
background-color: #7D64C8;
}
.BgClassName
{
background-color: #7D64C8;
}
</style>
border-color css
<style>
span { border-color: #7D64C8; }
span { border-color: rgb(125,100,200); }
td.TdClassName
{
border-color: #7D64C8;
}
.TagClassName
{
border-color: #7D64C8;
}
</style>