Shades of Moody Blue #7975B9
Tints of Moody Blue #7975B9
RGB
CMYK
RGB Variations
Color information
#7975B9 (or 0x7975B9) is known color: Moody Blue. HEX triplet: 79, 75 and B9. RGB value is (121,117,185). Sum of RGB (Red+Green+Blue) = 121+117+185=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #7975B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975B9 is #868A46. Grayscale: #7D7D7D. Windows color (decimal): -8817223 or 12154233. OLE color: 12154233.
HSL color Cylindrical-coordinate representation of color #7975B9: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7975B9 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 117 | 185 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.27 |
| HSL | 243.53º | 0.33% | 0.59% | - |
| HSV(B) | 243.53º | 0.37% | 0.73% | - |
| XYZ | 23 | 20.29 | 48.6 | - |
| YUV | 125.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 185 | 0.35 | 0.37 | 0 | 0.27 | 243.53 | 0.33 | 0.59 |
| Hex | 79 | 75 | B9 | 23 | 25 | 0 | 1B | F4 | 21 | 3B |
| Octal | 171 | 165 | 271 | 43 | 45 | 0 | 33 | 364 | 41 | 73 |
| Binary | 1111001 | 1110101 | 10111001 | 100011 | 100101 | 0 | 11011 | 11110100 | 100001 | 111011 |
Color Harmonies of #7975B9
Complementary color
Monochromatic Colors of #7975B9
Black with #7975B9
Text Example
Text Example
White with #7975B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7975B9; }
p { color: rgb(121,117,185); }
H1.HeaderClassName
{
color: #7975B9;
}
.AnyTagClassName
{
color: #7975B9;
}
</style>
background-color css
<style>
a { background-color: #7975B9; }
a { background-color: rgb(121,117,185); }
div.DivClassName
{
background-color: #7975B9;
}
.BgClassName
{
background-color: #7975B9;
}
</style>
border-color css
<style>
span { border-color: #7975B9; }
span { border-color: rgb(121,117,185); }
td.TdClassName
{
border-color: #7975B9;
}
.TagClassName
{
border-color: #7975B9;
}
</style>