Shades of Moody Blue #7D6ACF
Tints of Moody Blue #7D6ACF
RGB
CMYK
RGB Variations
Color information
#7D6ACF (or 0x7D6ACF) is known color: Moody Blue. HEX triplet: 7D, 6A and CF. RGB value is (125,106,207). Sum of RGB (Red+Green+Blue) = 125+106+207=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ACF is #829530. Grayscale: #7A7A7A. Windows color (decimal): -8557873 or 13593213. OLE color: 13593213.
HSL color Cylindrical-coordinate representation of color #7D6ACF: hue angle of 251.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D6ACF is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 106 | 207 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.19 |
| HSL | 251.29º | 0.51% | 0.61% | - |
| HSV(B) | 251.29º | 0.49% | 0.81% | - |
| XYZ | 24.87 | 19.17 | 61.42 | - |
| YUV | 123.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 207 | 0.40 | 0.49 | 0 | 0.19 | 251.29 | 0.51 | 0.61 |
| Hex | 7D | 6A | CF | 28 | 31 | 0 | 13 | FB | 33 | 3D |
| Octal | 175 | 152 | 317 | 50 | 61 | 0 | 23 | 373 | 63 | 75 |
| Binary | 1111101 | 1101010 | 11001111 | 101000 | 110001 | 0 | 10011 | 11111011 | 110011 | 111101 |
Color Harmonies of #7D6ACF
Complementary color
Monochromatic Colors of #7D6ACF
Black with #7D6ACF
Text Example
Text Example
White with #7D6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6ACF; }
p { color: rgb(125,106,207); }
H1.HeaderClassName
{
color: #7D6ACF;
}
.AnyTagClassName
{
color: #7D6ACF;
}
</style>
background-color css
<style>
a { background-color: #7D6ACF; }
a { background-color: rgb(125,106,207); }
div.DivClassName
{
background-color: #7D6ACF;
}
.BgClassName
{
background-color: #7D6ACF;
}
</style>
border-color css
<style>
span { border-color: #7D6ACF; }
span { border-color: rgb(125,106,207); }
td.TdClassName
{
border-color: #7D6ACF;
}
.TagClassName
{
border-color: #7D6ACF;
}
</style>