Shades of Moody Blue #7F6EC6
Tints of Moody Blue #7F6EC6
RGB
CMYK
RGB Variations
Color information
#7F6EC6 (or 0x7F6EC6) is known color: Moody Blue. HEX triplet: 7F, 6E and C6. RGB value is (127,110,198). Sum of RGB (Red+Green+Blue) = 127+110+198=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F6EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6EC6 is #809139. Grayscale: #7C7C7C. Windows color (decimal): -8425786 or 13004415. OLE color: 13004415.
HSL color Cylindrical-coordinate representation of color #7F6EC6: hue angle of 251.59º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F6EC6 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 110 | 198 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.22 |
| HSL | 251.59º | 0.44% | 0.6% | - |
| HSV(B) | 251.59º | 0.44% | 0.78% | - |
| XYZ | 24.52 | 19.74 | 55.94 | - |
| YUV | 125.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 198 | 0.36 | 0.44 | 0 | 0.22 | 251.59 | 0.44 | 0.6 |
| Hex | 7F | 6E | C6 | 24 | 2C | 0 | 16 | FC | 2C | 3C |
| Octal | 177 | 156 | 306 | 44 | 54 | 0 | 26 | 374 | 54 | 74 |
| Binary | 1111111 | 1101110 | 11000110 | 100100 | 101100 | 0 | 10110 | 11111100 | 101100 | 111100 |
Color Harmonies of #7F6EC6
Complementary color
Monochromatic Colors of #7F6EC6
Black with #7F6EC6
Text Example
Text Example
White with #7F6EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6EC6; }
p { color: rgb(127,110,198); }
H1.HeaderClassName
{
color: #7F6EC6;
}
.AnyTagClassName
{
color: #7F6EC6;
}
</style>
background-color css
<style>
a { background-color: #7F6EC6; }
a { background-color: rgb(127,110,198); }
div.DivClassName
{
background-color: #7F6EC6;
}
.BgClassName
{
background-color: #7F6EC6;
}
</style>
border-color css
<style>
span { border-color: #7F6EC6; }
span { border-color: rgb(127,110,198); }
td.TdClassName
{
border-color: #7F6EC6;
}
.TagClassName
{
border-color: #7F6EC6;
}
</style>