Shades of Moody Blue #7F79DB
Tints of Moody Blue #7F79DB
RGB
CMYK
RGB Variations
Color information
#7F79DB (or 0x7F79DB) is known color: Moody Blue. HEX triplet: 7F, 79 and DB. RGB value is (127,121,219). Sum of RGB (Red+Green+Blue) = 127+121+219=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79DB is #808624. Grayscale: #858585. Windows color (decimal): -8422949 or 14383487. OLE color: 14383487.
HSL color Cylindrical-coordinate representation of color #7F79DB: hue angle of 243.67º degrees, saturation: 0.58, 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 #7F79DB is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 121 | 219 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.14 |
| HSL | 243.67º | 0.58% | 0.67% | - |
| HSV(B) | 243.67º | 0.45% | 0.86% | - |
| XYZ | 28.38 | 23.3 | 70.02 | - |
| YUV | 133.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 219 | 0.42 | 0.45 | 0 | 0.14 | 243.67 | 0.58 | 0.67 |
| Hex | 7F | 79 | DB | 2A | 2D | 0 | E | F4 | 3A | 43 |
| Octal | 177 | 171 | 333 | 52 | 55 | 0 | 16 | 364 | 72 | 103 |
| Binary | 1111111 | 1111001 | 11011011 | 101010 | 101101 | 0 | 1110 | 11110100 | 111010 | 1000011 |
Color Harmonies of #7F79DB
Complementary color
Monochromatic Colors of #7F79DB
Black with #7F79DB
Text Example
Text Example
White with #7F79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F79DB; }
p { color: rgb(127,121,219); }
H1.HeaderClassName
{
color: #7F79DB;
}
.AnyTagClassName
{
color: #7F79DB;
}
</style>
background-color css
<style>
a { background-color: #7F79DB; }
a { background-color: rgb(127,121,219); }
div.DivClassName
{
background-color: #7F79DB;
}
.BgClassName
{
background-color: #7F79DB;
}
</style>
border-color css
<style>
span { border-color: #7F79DB; }
span { border-color: rgb(127,121,219); }
td.TdClassName
{
border-color: #7F79DB;
}
.TagClassName
{
border-color: #7F79DB;
}
</style>