Shades of Moody Blue #7F78CC
Tints of Moody Blue #7F78CC
RGB
CMYK
RGB Variations
Color information
#7F78CC (or 0x7F78CC) is known color: Moody Blue. HEX triplet: 7F, 78 and CC. RGB value is (127,120,204). Sum of RGB (Red+Green+Blue) = 127+120+204=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F78CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78CC is #808733. Grayscale: #838383. Windows color (decimal): -8423220 or 13400191. OLE color: 13400191.
HSL color Cylindrical-coordinate representation of color #7F78CC: hue angle of 245º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F78CC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 120 | 204 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.2 |
| HSL | 245º | 0.45% | 0.64% | - |
| HSV(B) | 245º | 0.41% | 0.8% | - |
| XYZ | 26.37 | 22.3 | 60.04 | - |
| YUV | 131.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 204 | 0.38 | 0.41 | 0 | 0.2 | 245 | 0.45 | 0.64 |
| Hex | 7F | 78 | CC | 26 | 29 | 0 | 14 | F5 | 2D | 40 |
| Octal | 177 | 170 | 314 | 46 | 51 | 0 | 24 | 365 | 55 | 100 |
| Binary | 1111111 | 1111000 | 11001100 | 100110 | 101001 | 0 | 10100 | 11110101 | 101101 | 1000000 |
Color Harmonies of #7F78CC
Complementary color
Monochromatic Colors of #7F78CC
Black with #7F78CC
Text Example
Text Example
White with #7F78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F78CC; }
p { color: rgb(127,120,204); }
H1.HeaderClassName
{
color: #7F78CC;
}
.AnyTagClassName
{
color: #7F78CC;
}
</style>
background-color css
<style>
a { background-color: #7F78CC; }
a { background-color: rgb(127,120,204); }
div.DivClassName
{
background-color: #7F78CC;
}
.BgClassName
{
background-color: #7F78CC;
}
</style>
border-color css
<style>
span { border-color: #7F78CC; }
span { border-color: rgb(127,120,204); }
td.TdClassName
{
border-color: #7F78CC;
}
.TagClassName
{
border-color: #7F78CC;
}
</style>