Shades of Moody Blue #7579CB
Tints of Moody Blue #7579CB
RGB
CMYK
RGB Variations
Color information
#7579CB (or 0x7579CB) is known color: Moody Blue. HEX triplet: 75, 79 and CB. RGB value is (117,121,203). Sum of RGB (Red+Green+Blue) = 117+121+203=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 121 (47.66% from 255 or 27.44% 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 #7579CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579CB is #8A8634. Grayscale: #808080. Windows color (decimal): -9078325 or 13334901. OLE color: 13334901.
HSL color Cylindrical-coordinate representation of color #7579CB: hue angle of 237.21º 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 #7579CB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 121 | 203 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.20 |
| HSL | 237.21º | 0.45% | 0.63% | - |
| HSV(B) | 237.21º | 0.42% | 0.8% | - |
| XYZ | 24.95 | 21.77 | 59.39 | - |
| YUV | 129.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 203 | 0.42 | 0.40 | 0 | 0.20 | 237.21 | 0.45 | 0.63 |
| Hex | 75 | 79 | CB | 2A | 28 | 0 | 14 | ED | 2D | 3F |
| Octal | 165 | 171 | 313 | 52 | 50 | 0 | 24 | 355 | 55 | 77 |
| Binary | 1110101 | 1111001 | 11001011 | 101010 | 101000 | 0 | 10100 | 11101101 | 101101 | 111111 |
Color Harmonies of #7579CB
Complementary color
Monochromatic Colors of #7579CB
Black with #7579CB
Text Example
Text Example
White with #7579CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7579CB; }
p { color: rgb(117,121,203); }
H1.HeaderClassName
{
color: #7579CB;
}
.AnyTagClassName
{
color: #7579CB;
}
</style>
background-color css
<style>
a { background-color: #7579CB; }
a { background-color: rgb(117,121,203); }
div.DivClassName
{
background-color: #7579CB;
}
.BgClassName
{
background-color: #7579CB;
}
</style>
border-color css
<style>
span { border-color: #7579CB; }
span { border-color: rgb(117,121,203); }
td.TdClassName
{
border-color: #7579CB;
}
.TagClassName
{
border-color: #7579CB;
}
</style>