Shades of Moody Blue #7F7FDC
Tints of Moody Blue #7F7FDC
RGB
CMYK
RGB Variations
Color information
#7F7FDC (or 0x7F7FDC) is known color: Moody Blue. HEX triplet: 7F, 7F and DC. RGB value is (127,127,220). Sum of RGB (Red+Green+Blue) = 127+127+220=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7FDC is #808023. Grayscale: #898989. Windows color (decimal): -8421412 or 14450559. OLE color: 14450559.
HSL color Cylindrical-coordinate representation of color #7F7FDC: hue angle of 240º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F7FDC is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 127 | 220 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.14 |
| HSL | 240º | 0.57% | 0.68% | - |
| HSV(B) | 240º | 0.42% | 0.86% | - |
| XYZ | 29.26 | 24.86 | 70.97 | - |
| YUV | 137.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 220 | 0.42 | 0.42 | 0 | 0.14 | 240 | 0.57 | 0.68 |
| Hex | 7F | 7F | DC | 2A | 2A | 0 | E | F0 | 39 | 44 |
| Octal | 177 | 177 | 334 | 52 | 52 | 0 | 16 | 360 | 71 | 104 |
| Binary | 1111111 | 1111111 | 11011100 | 101010 | 101010 | 0 | 1110 | 11110000 | 111001 | 1000100 |
Color Harmonies of #7F7FDC
Complementary color
Monochromatic Colors of #7F7FDC
Black with #7F7FDC
Text Example
Text Example
White with #7F7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7FDC; }
p { color: rgb(127,127,220); }
H1.HeaderClassName
{
color: #7F7FDC;
}
.AnyTagClassName
{
color: #7F7FDC;
}
</style>
background-color css
<style>
a { background-color: #7F7FDC; }
a { background-color: rgb(127,127,220); }
div.DivClassName
{
background-color: #7F7FDC;
}
.BgClassName
{
background-color: #7F7FDC;
}
</style>
border-color css
<style>
span { border-color: #7F7FDC; }
span { border-color: rgb(127,127,220); }
td.TdClassName
{
border-color: #7F7FDC;
}
.TagClassName
{
border-color: #7F7FDC;
}
</style>