Shades of Moody Blue #7F7DC5
Tints of Moody Blue #7F7DC5
RGB
CMYK
RGB Variations
Color information
#7F7DC5 (or 0x7F7DC5) is known color: Moody Blue. HEX triplet: 7F, 7D and C5. RGB value is (127,125,197). Sum of RGB (Red+Green+Blue) = 127+125+197=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #7F7DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DC5 is #80823A. Grayscale: #858585. Windows color (decimal): -8421947 or 12942719. OLE color: 12942719.
HSL color Cylindrical-coordinate representation of color #7F7DC5: hue angle of 241.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7DC5 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 125 | 197 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.23 |
| HSL | 241.67º | 0.38% | 0.63% | - |
| HSV(B) | 241.67º | 0.37% | 0.77% | - |
| XYZ | 26.16 | 23.21 | 55.92 | - |
| YUV | 133.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 197 | 0.36 | 0.37 | 0 | 0.23 | 241.67 | 0.38 | 0.63 |
| Hex | 7F | 7D | C5 | 24 | 25 | 0 | 17 | F2 | 26 | 3F |
| Octal | 177 | 175 | 305 | 44 | 45 | 0 | 27 | 362 | 46 | 77 |
| Binary | 1111111 | 1111101 | 11000101 | 100100 | 100101 | 0 | 10111 | 11110010 | 100110 | 111111 |
Color Harmonies of #7F7DC5
Complementary color
Monochromatic Colors of #7F7DC5
Black with #7F7DC5
Text Example
Text Example
White with #7F7DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DC5; }
p { color: rgb(127,125,197); }
H1.HeaderClassName
{
color: #7F7DC5;
}
.AnyTagClassName
{
color: #7F7DC5;
}
</style>
background-color css
<style>
a { background-color: #7F7DC5; }
a { background-color: rgb(127,125,197); }
div.DivClassName
{
background-color: #7F7DC5;
}
.BgClassName
{
background-color: #7F7DC5;
}
</style>
border-color css
<style>
span { border-color: #7F7DC5; }
span { border-color: rgb(127,125,197); }
td.TdClassName
{
border-color: #7F7DC5;
}
.TagClassName
{
border-color: #7F7DC5;
}
</style>