Shades of Moody Blue #7968C9
Tints of Moody Blue #7968C9
RGB
CMYK
RGB Variations
Color information
#7968C9 (or 0x7968C9) is known color: Moody Blue. HEX triplet: 79, 68 and C9. RGB value is (121,104,201). Sum of RGB (Red+Green+Blue) = 121+104+201=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #7968C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968C9 is #869736. Grayscale: #777777. Windows color (decimal): -8820535 or 13199481. OLE color: 13199481.
HSL color Cylindrical-coordinate representation of color #7968C9: hue angle of 250.52º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7968C9 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 104 | 201 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.21 |
| HSL | 250.52º | 0.47% | 0.6% | - |
| HSV(B) | 250.52º | 0.48% | 0.79% | - |
| XYZ | 23.38 | 18.18 | 57.54 | - |
| YUV | 120.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 201 | 0.40 | 0.48 | 0 | 0.21 | 250.52 | 0.47 | 0.6 |
| Hex | 79 | 68 | C9 | 28 | 30 | 0 | 15 | FB | 2F | 3C |
| Octal | 171 | 150 | 311 | 50 | 60 | 0 | 25 | 373 | 57 | 74 |
| Binary | 1111001 | 1101000 | 11001001 | 101000 | 110000 | 0 | 10101 | 11111011 | 101111 | 111100 |
Color Harmonies of #7968C9
Complementary color
Monochromatic Colors of #7968C9
Black with #7968C9
Text Example
Text Example
White with #7968C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7968C9; }
p { color: rgb(121,104,201); }
H1.HeaderClassName
{
color: #7968C9;
}
.AnyTagClassName
{
color: #7968C9;
}
</style>
background-color css
<style>
a { background-color: #7968C9; }
a { background-color: rgb(121,104,201); }
div.DivClassName
{
background-color: #7968C9;
}
.BgClassName
{
background-color: #7968C9;
}
</style>
border-color css
<style>
span { border-color: #7968C9; }
span { border-color: rgb(121,104,201); }
td.TdClassName
{
border-color: #7968C9;
}
.TagClassName
{
border-color: #7968C9;
}
</style>