Shades of Moody Blue #7975DB
Tints of Moody Blue #7975DB
RGB
CMYK
RGB Variations
Color information
#7975DB (or 0x7975DB) is known color: Moody Blue. HEX triplet: 79, 75 and DB. RGB value is (121,117,219). Sum of RGB (Red+Green+Blue) = 121+117+219=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #7975DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975DB is #868A24. Grayscale: #818181. Windows color (decimal): -8817189 or 14382457. OLE color: 14382457.
HSL color Cylindrical-coordinate representation of color #7975DB: hue angle of 242.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7975DB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 117 | 219 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.14 |
| HSL | 242.35º | 0.59% | 0.66% | - |
| HSV(B) | 242.35º | 0.47% | 0.86% | - |
| XYZ | 27.03 | 21.9 | 69.82 | - |
| YUV | 129.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 219 | 0.45 | 0.47 | 0 | 0.14 | 242.35 | 0.59 | 0.66 |
| Hex | 79 | 75 | DB | 2D | 2F | 0 | E | F2 | 3B | 42 |
| Octal | 171 | 165 | 333 | 55 | 57 | 0 | 16 | 362 | 73 | 102 |
| Binary | 1111001 | 1110101 | 11011011 | 101101 | 101111 | 0 | 1110 | 11110010 | 111011 | 1000010 |
Color Harmonies of #7975DB
Complementary color
Monochromatic Colors of #7975DB
Black with #7975DB
Text Example
Text Example
White with #7975DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7975DB; }
p { color: rgb(121,117,219); }
H1.HeaderClassName
{
color: #7975DB;
}
.AnyTagClassName
{
color: #7975DB;
}
</style>
background-color css
<style>
a { background-color: #7975DB; }
a { background-color: rgb(121,117,219); }
div.DivClassName
{
background-color: #7975DB;
}
.BgClassName
{
background-color: #7975DB;
}
</style>
border-color css
<style>
span { border-color: #7975DB; }
span { border-color: rgb(121,117,219); }
td.TdClassName
{
border-color: #7975DB;
}
.TagClassName
{
border-color: #7975DB;
}
</style>