Shades of Moody Blue #7D7FDC
Tints of Moody Blue #7D7FDC
RGB
CMYK
RGB Variations
Color information
#7D7FDC (or 0x7D7FDC) is known color: Moody Blue. HEX triplet: 7D, 7F and DC. RGB value is (125,127,220). Sum of RGB (Red+Green+Blue) = 125+127+220=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FDC is #828023. Grayscale: #888888. Windows color (decimal): -8552484 or 14450557. OLE color: 14450557.
HSL color Cylindrical-coordinate representation of color #7D7FDC: hue angle of 238.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7FDC is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 127 | 220 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.14 |
| HSL | 238.74º | 0.58% | 0.68% | - |
| HSV(B) | 238.74º | 0.43% | 0.86% | - |
| XYZ | 28.97 | 24.71 | 70.95 | - |
| YUV | 137 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 220 | 0.43 | 0.42 | 0 | 0.14 | 238.74 | 0.58 | 0.68 |
| Hex | 7D | 7F | DC | 2B | 2A | 0 | E | EF | 3A | 44 |
| Octal | 175 | 177 | 334 | 53 | 52 | 0 | 16 | 357 | 72 | 104 |
| Binary | 1111101 | 1111111 | 11011100 | 101011 | 101010 | 0 | 1110 | 11101111 | 111010 | 1000100 |
Color Harmonies of #7D7FDC
Complementary color
Monochromatic Colors of #7D7FDC
Black with #7D7FDC
Text Example
Text Example
White with #7D7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FDC; }
p { color: rgb(125,127,220); }
H1.HeaderClassName
{
color: #7D7FDC;
}
.AnyTagClassName
{
color: #7D7FDC;
}
</style>
background-color css
<style>
a { background-color: #7D7FDC; }
a { background-color: rgb(125,127,220); }
div.DivClassName
{
background-color: #7D7FDC;
}
.BgClassName
{
background-color: #7D7FDC;
}
</style>
border-color css
<style>
span { border-color: #7D7FDC; }
span { border-color: rgb(125,127,220); }
td.TdClassName
{
border-color: #7D7FDC;
}
.TagClassName
{
border-color: #7D7FDC;
}
</style>