Shades of Moody Blue #7F78DC
Tints of Moody Blue #7F78DC
RGB
CMYK
RGB Variations
Color information
#7F78DC (or 0x7F78DC) is known color: Moody Blue. HEX triplet: 7F, 78 and DC. RGB value is (127,120,220). Sum of RGB (Red+Green+Blue) = 127+120+220=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F78DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78DC is #808723. Grayscale: #858585. Windows color (decimal): -8423204 or 14448767. OLE color: 14448767.
HSL color Cylindrical-coordinate representation of color #7F78DC: hue angle of 244.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F78DC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 120 | 220 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.14 |
| HSL | 244.2º | 0.59% | 0.67% | - |
| HSV(B) | 244.2º | 0.45% | 0.86% | - |
| XYZ | 28.39 | 23.11 | 70.68 | - |
| YUV | 133.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 220 | 0.42 | 0.45 | 0 | 0.14 | 244.2 | 0.59 | 0.67 |
| Hex | 7F | 78 | DC | 2A | 2D | 0 | E | F4 | 3B | 43 |
| Octal | 177 | 170 | 334 | 52 | 55 | 0 | 16 | 364 | 73 | 103 |
| Binary | 1111111 | 1111000 | 11011100 | 101010 | 101101 | 0 | 1110 | 11110100 | 111011 | 1000011 |
Color Harmonies of #7F78DC
Complementary color
Monochromatic Colors of #7F78DC
Black with #7F78DC
Text Example
Text Example
White with #7F78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F78DC; }
p { color: rgb(127,120,220); }
H1.HeaderClassName
{
color: #7F78DC;
}
.AnyTagClassName
{
color: #7F78DC;
}
</style>
background-color css
<style>
a { background-color: #7F78DC; }
a { background-color: rgb(127,120,220); }
div.DivClassName
{
background-color: #7F78DC;
}
.BgClassName
{
background-color: #7F78DC;
}
</style>
border-color css
<style>
span { border-color: #7F78DC; }
span { border-color: rgb(127,120,220); }
td.TdClassName
{
border-color: #7F78DC;
}
.TagClassName
{
border-color: #7F78DC;
}
</style>