Shades of Moody Blue #7D64CB
Tints of Moody Blue #7D64CB
RGB
CMYK
RGB Variations
Color information
#7D64CB (or 0x7D64CB) is known color: Moody Blue. HEX triplet: 7D, 64 and CB. RGB value is (125,100,203). Sum of RGB (Red+Green+Blue) = 125+100+203=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64CB is #829B34. Grayscale: #767676. Windows color (decimal): -8559413 or 13329533. OLE color: 13329533.
HSL color Cylindrical-coordinate representation of color #7D64CB: hue angle of 254.56º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D64CB is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 100 | 203 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.20 |
| HSL | 254.56º | 0.5% | 0.59% | - |
| HSV(B) | 254.56º | 0.51% | 0.8% | - |
| XYZ | 23.79 | 17.79 | 58.68 | - |
| YUV | 119.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 203 | 0.38 | 0.51 | 0 | 0.20 | 254.56 | 0.5 | 0.59 |
| Hex | 7D | 64 | CB | 26 | 33 | 0 | 14 | FF | 32 | 3B |
| Octal | 175 | 144 | 313 | 46 | 63 | 0 | 24 | 377 | 62 | 73 |
| Binary | 1111101 | 1100100 | 11001011 | 100110 | 110011 | 0 | 10100 | 11111111 | 110010 | 111011 |
Color Harmonies of #7D64CB
Complementary color
Monochromatic Colors of #7D64CB
Black with #7D64CB
Text Example
Text Example
White with #7D64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D64CB; }
p { color: rgb(125,100,203); }
H1.HeaderClassName
{
color: #7D64CB;
}
.AnyTagClassName
{
color: #7D64CB;
}
</style>
background-color css
<style>
a { background-color: #7D64CB; }
a { background-color: rgb(125,100,203); }
div.DivClassName
{
background-color: #7D64CB;
}
.BgClassName
{
background-color: #7D64CB;
}
</style>
border-color css
<style>
span { border-color: #7D64CB; }
span { border-color: rgb(125,100,203); }
td.TdClassName
{
border-color: #7D64CB;
}
.TagClassName
{
border-color: #7D64CB;
}
</style>