Shades of Moody Blue #7D7FDD
Tints of Moody Blue #7D7FDD
RGB
CMYK
RGB Variations
Color information
#7D7FDD (or 0x7D7FDD) is known color: Moody Blue. HEX triplet: 7D, 7F and DD. RGB value is (125,127,221). Sum of RGB (Red+Green+Blue) = 125+127+221=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D7FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FDD is #828022. Grayscale: #888888. Windows color (decimal): -8552483 or 14516093. OLE color: 14516093.
HSL color Cylindrical-coordinate representation of color #7D7FDD: hue angle of 238.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7FDD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 127 | 221 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.13 |
| HSL | 238.75º | 0.59% | 0.68% | - |
| HSV(B) | 238.75º | 0.43% | 0.87% | - |
| XYZ | 29.1 | 24.76 | 71.65 | - |
| YUV | 137.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 221 | 0.43 | 0.43 | 0 | 0.13 | 238.75 | 0.59 | 0.68 |
| Hex | 7D | 7F | DD | 2B | 2B | 0 | D | EF | 3B | 44 |
| Octal | 175 | 177 | 335 | 53 | 53 | 0 | 15 | 357 | 73 | 104 |
| Binary | 1111101 | 1111111 | 11011101 | 101011 | 101011 | 0 | 1101 | 11101111 | 111011 | 1000100 |
Color Harmonies of #7D7FDD
Complementary color
Monochromatic Colors of #7D7FDD
Black with #7D7FDD
Text Example
Text Example
White with #7D7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FDD; }
p { color: rgb(125,127,221); }
H1.HeaderClassName
{
color: #7D7FDD;
}
.AnyTagClassName
{
color: #7D7FDD;
}
</style>
background-color css
<style>
a { background-color: #7D7FDD; }
a { background-color: rgb(125,127,221); }
div.DivClassName
{
background-color: #7D7FDD;
}
.BgClassName
{
background-color: #7D7FDD;
}
</style>
border-color css
<style>
span { border-color: #7D7FDD; }
span { border-color: rgb(125,127,221); }
td.TdClassName
{
border-color: #7D7FDD;
}
.TagClassName
{
border-color: #7D7FDD;
}
</style>