Shades of Moody Blue #7D6ACC
Tints of Moody Blue #7D6ACC
RGB
CMYK
RGB Variations
Color information
#7D6ACC (or 0x7D6ACC) is known color: Moody Blue. HEX triplet: 7D, 6A and CC. RGB value is (125,106,204). Sum of RGB (Red+Green+Blue) = 125+106+204=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ACC is #829533. Grayscale: #7A7A7A. Windows color (decimal): -8557876 or 13396605. OLE color: 13396605.
HSL color Cylindrical-coordinate representation of color #7D6ACC: hue angle of 251.63º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6ACC is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 106 | 204 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.2 |
| HSL | 251.63º | 0.49% | 0.61% | - |
| HSV(B) | 251.63º | 0.48% | 0.8% | - |
| XYZ | 24.51 | 19.03 | 59.51 | - |
| YUV | 122.85 | 173.79 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 204 | 0.39 | 0.48 | 0 | 0.2 | 251.63 | 0.49 | 0.61 |
| Hex | 7D | 6A | CC | 27 | 30 | 0 | 14 | FC | 31 | 3D |
| Octal | 175 | 152 | 314 | 47 | 60 | 0 | 24 | 374 | 61 | 75 |
| Binary | 1111101 | 1101010 | 11001100 | 100111 | 110000 | 0 | 10100 | 11111100 | 110001 | 111101 |
Color Harmonies of #7D6ACC
Complementary color
Monochromatic Colors of #7D6ACC
Black with #7D6ACC
Text Example
Text Example
White with #7D6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6ACC; }
p { color: rgb(125,106,204); }
H1.HeaderClassName
{
color: #7D6ACC;
}
.AnyTagClassName
{
color: #7D6ACC;
}
</style>
background-color css
<style>
a { background-color: #7D6ACC; }
a { background-color: rgb(125,106,204); }
div.DivClassName
{
background-color: #7D6ACC;
}
.BgClassName
{
background-color: #7D6ACC;
}
</style>
border-color css
<style>
span { border-color: #7D6ACC; }
span { border-color: rgb(125,106,204); }
td.TdClassName
{
border-color: #7D6ACC;
}
.TagClassName
{
border-color: #7D6ACC;
}
</style>