Shades of Moody Blue #7F7CDC
Tints of Moody Blue #7F7CDC
RGB
CMYK
RGB Variations
Color information
#7F7CDC (or 0x7F7CDC) is known color: Moody Blue. HEX triplet: 7F, 7C and DC. RGB value is (127,124,220). Sum of RGB (Red+Green+Blue) = 127+124+220=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F7CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CDC is #808323. Grayscale: #878787. Windows color (decimal): -8422180 or 14449791. OLE color: 14449791.
HSL color Cylindrical-coordinate representation of color #7F7CDC: hue angle of 241.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F7CDC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 124 | 220 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.14 |
| HSL | 241.88º | 0.58% | 0.67% | - |
| HSV(B) | 241.88º | 0.44% | 0.86% | - |
| XYZ | 28.88 | 24.09 | 70.84 | - |
| YUV | 135.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 220 | 0.42 | 0.44 | 0 | 0.14 | 241.88 | 0.58 | 0.67 |
| Hex | 7F | 7C | DC | 2A | 2C | 0 | E | F2 | 3A | 43 |
| Octal | 177 | 174 | 334 | 52 | 54 | 0 | 16 | 362 | 72 | 103 |
| Binary | 1111111 | 1111100 | 11011100 | 101010 | 101100 | 0 | 1110 | 11110010 | 111010 | 1000011 |
Color Harmonies of #7F7CDC
Complementary color
Monochromatic Colors of #7F7CDC
Black with #7F7CDC
Text Example
Text Example
White with #7F7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CDC; }
p { color: rgb(127,124,220); }
H1.HeaderClassName
{
color: #7F7CDC;
}
.AnyTagClassName
{
color: #7F7CDC;
}
</style>
background-color css
<style>
a { background-color: #7F7CDC; }
a { background-color: rgb(127,124,220); }
div.DivClassName
{
background-color: #7F7CDC;
}
.BgClassName
{
background-color: #7F7CDC;
}
</style>
border-color css
<style>
span { border-color: #7F7CDC; }
span { border-color: rgb(127,124,220); }
td.TdClassName
{
border-color: #7F7CDC;
}
.TagClassName
{
border-color: #7F7CDC;
}
</style>