Shades of Moody Blue #7F7CDD
Tints of Moody Blue #7F7CDD
RGB
CMYK
RGB Variations
Color information
#7F7CDD (or 0x7F7CDD) is known color: Moody Blue. HEX triplet: 7F, 7C and DD. RGB value is (127,124,221). Sum of RGB (Red+Green+Blue) = 127+124+221=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F7CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CDD is #808322. Grayscale: #878787. Windows color (decimal): -8422179 or 14515327. OLE color: 14515327.
HSL color Cylindrical-coordinate representation of color #7F7CDD: hue angle of 241.86º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F7CDD is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 124 | 221 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.13 |
| HSL | 241.86º | 0.59% | 0.68% | - |
| HSV(B) | 241.86º | 0.44% | 0.87% | - |
| XYZ | 29.01 | 24.15 | 71.54 | - |
| YUV | 135.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 221 | 0.43 | 0.44 | 0 | 0.13 | 241.86 | 0.59 | 0.68 |
| Hex | 7F | 7C | DD | 2B | 2C | 0 | D | F2 | 3B | 44 |
| Octal | 177 | 174 | 335 | 53 | 54 | 0 | 15 | 362 | 73 | 104 |
| Binary | 1111111 | 1111100 | 11011101 | 101011 | 101100 | 0 | 1101 | 11110010 | 111011 | 1000100 |
Color Harmonies of #7F7CDD
Complementary color
Monochromatic Colors of #7F7CDD
Black with #7F7CDD
Text Example
Text Example
White with #7F7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CDD; }
p { color: rgb(127,124,221); }
H1.HeaderClassName
{
color: #7F7CDD;
}
.AnyTagClassName
{
color: #7F7CDD;
}
</style>
background-color css
<style>
a { background-color: #7F7CDD; }
a { background-color: rgb(127,124,221); }
div.DivClassName
{
background-color: #7F7CDD;
}
.BgClassName
{
background-color: #7F7CDD;
}
</style>
border-color css
<style>
span { border-color: #7F7CDD; }
span { border-color: rgb(127,124,221); }
td.TdClassName
{
border-color: #7F7CDD;
}
.TagClassName
{
border-color: #7F7CDD;
}
</style>