Shades of Moody Blue #7F74CE
Tints of Moody Blue #7F74CE
RGB
CMYK
RGB Variations
Color information
#7F74CE (or 0x7F74CE) is known color: Moody Blue. HEX triplet: 7F, 74 and CE. RGB value is (127,116,206). Sum of RGB (Red+Green+Blue) = 127+116+206=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74CE is #808B31. Grayscale: #818181. Windows color (decimal): -8424242 or 13530239. OLE color: 13530239.
HSL color Cylindrical-coordinate representation of color #7F74CE: hue angle of 247.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F74CE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 116 | 206 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.19 |
| HSL | 247.33º | 0.48% | 0.63% | - |
| HSV(B) | 247.33º | 0.44% | 0.81% | - |
| XYZ | 26.14 | 21.46 | 61.16 | - |
| YUV | 129.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 206 | 0.38 | 0.44 | 0 | 0.19 | 247.33 | 0.48 | 0.63 |
| Hex | 7F | 74 | CE | 26 | 2C | 0 | 13 | F7 | 30 | 3F |
| Octal | 177 | 164 | 316 | 46 | 54 | 0 | 23 | 367 | 60 | 77 |
| Binary | 1111111 | 1110100 | 11001110 | 100110 | 101100 | 0 | 10011 | 11110111 | 110000 | 111111 |
Color Harmonies of #7F74CE
Complementary color
Monochromatic Colors of #7F74CE
Black with #7F74CE
Text Example
Text Example
White with #7F74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F74CE; }
p { color: rgb(127,116,206); }
H1.HeaderClassName
{
color: #7F74CE;
}
.AnyTagClassName
{
color: #7F74CE;
}
</style>
background-color css
<style>
a { background-color: #7F74CE; }
a { background-color: rgb(127,116,206); }
div.DivClassName
{
background-color: #7F74CE;
}
.BgClassName
{
background-color: #7F74CE;
}
</style>
border-color css
<style>
span { border-color: #7F74CE; }
span { border-color: rgb(127,116,206); }
td.TdClassName
{
border-color: #7F74CE;
}
.TagClassName
{
border-color: #7F74CE;
}
</style>