Shades of Moody Blue #7975CB
Tints of Moody Blue #7975CB
RGB
CMYK
RGB Variations
Color information
#7975CB (or 0x7975CB) is known color: Moody Blue. HEX triplet: 79, 75 and CB. RGB value is (121,117,203). Sum of RGB (Red+Green+Blue) = 121+117+203=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #7975CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975CB is #868A34. Grayscale: #7F7F7F. Windows color (decimal): -8817205 or 13333881. OLE color: 13333881.
HSL color Cylindrical-coordinate representation of color #7975CB: hue angle of 242.79º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7975CB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 117 | 203 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.20 |
| HSL | 242.79º | 0.45% | 0.63% | - |
| HSV(B) | 242.79º | 0.42% | 0.8% | - |
| XYZ | 25.03 | 21.1 | 59.25 | - |
| YUV | 128 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 203 | 0.40 | 0.42 | 0 | 0.20 | 242.79 | 0.45 | 0.63 |
| Hex | 79 | 75 | CB | 28 | 2A | 0 | 14 | F3 | 2D | 3F |
| Octal | 171 | 165 | 313 | 50 | 52 | 0 | 24 | 363 | 55 | 77 |
| Binary | 1111001 | 1110101 | 11001011 | 101000 | 101010 | 0 | 10100 | 11110011 | 101101 | 111111 |
Color Harmonies of #7975CB
Complementary color
Monochromatic Colors of #7975CB
Black with #7975CB
Text Example
Text Example
White with #7975CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7975CB; }
p { color: rgb(121,117,203); }
H1.HeaderClassName
{
color: #7975CB;
}
.AnyTagClassName
{
color: #7975CB;
}
</style>
background-color css
<style>
a { background-color: #7975CB; }
a { background-color: rgb(121,117,203); }
div.DivClassName
{
background-color: #7975CB;
}
.BgClassName
{
background-color: #7975CB;
}
</style>
border-color css
<style>
span { border-color: #7975CB; }
span { border-color: rgb(121,117,203); }
td.TdClassName
{
border-color: #7975CB;
}
.TagClassName
{
border-color: #7975CB;
}
</style>