Shades of Moody Blue #7975B6
Tints of Moody Blue #7975B6
RGB
CMYK
RGB Variations
Color information
#7975B6 (or 0x7975B6) is known color: Moody Blue. HEX triplet: 79, 75 and B6. RGB value is (121,117,182). Sum of RGB (Red+Green+Blue) = 121+117+182=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #7975B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975B6 is #868A49. Grayscale: #7D7D7D. Windows color (decimal): -8817226 or 11957625. OLE color: 11957625.
HSL color Cylindrical-coordinate representation of color #7975B6: hue angle of 243.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7975B6 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 117 | 182 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.29 |
| HSL | 243.69º | 0.31% | 0.59% | - |
| HSV(B) | 243.69º | 0.36% | 0.71% | - |
| XYZ | 22.69 | 20.16 | 46.95 | - |
| YUV | 125.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 182 | 0.34 | 0.36 | 0 | 0.29 | 243.69 | 0.31 | 0.59 |
| Hex | 79 | 75 | B6 | 22 | 24 | 0 | 1D | F4 | 1F | 3B |
| Octal | 171 | 165 | 266 | 42 | 44 | 0 | 35 | 364 | 37 | 73 |
| Binary | 1111001 | 1110101 | 10110110 | 100010 | 100100 | 0 | 11101 | 11110100 | 11111 | 111011 |
Color Harmonies of #7975B6
Complementary color
Monochromatic Colors of #7975B6
Black with #7975B6
Text Example
Text Example
White with #7975B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7975B6; }
p { color: rgb(121,117,182); }
H1.HeaderClassName
{
color: #7975B6;
}
.AnyTagClassName
{
color: #7975B6;
}
</style>
background-color css
<style>
a { background-color: #7975B6; }
a { background-color: rgb(121,117,182); }
div.DivClassName
{
background-color: #7975B6;
}
.BgClassName
{
background-color: #7975B6;
}
</style>
border-color css
<style>
span { border-color: #7975B6; }
span { border-color: rgb(121,117,182); }
td.TdClassName
{
border-color: #7975B6;
}
.TagClassName
{
border-color: #7975B6;
}
</style>