Shades of Moody Blue #7379CF
Tints of Moody Blue #7379CF
RGB
CMYK
RGB Variations
Color information
#7379CF (or 0x7379CF) is known color: Moody Blue. HEX triplet: 73, 79 and CF. RGB value is (115,121,207). Sum of RGB (Red+Green+Blue) = 115+121+207=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #7379CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7379CF is #8C8630. Grayscale: #808080. Windows color (decimal): -9209393 or 13597043. OLE color: 13597043.
HSL color Cylindrical-coordinate representation of color #7379CF: hue angle of 236.09º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7379CF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 121 | 207 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.19 |
| HSL | 236.09º | 0.49% | 0.63% | - |
| HSV(B) | 236.09º | 0.44% | 0.81% | - |
| XYZ | 25.17 | 21.82 | 61.92 | - |
| YUV | 129.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 207 | 0.44 | 0.42 | 0 | 0.19 | 236.09 | 0.49 | 0.63 |
| Hex | 73 | 79 | CF | 2C | 2A | 0 | 13 | EC | 31 | 3F |
| Octal | 163 | 171 | 317 | 54 | 52 | 0 | 23 | 354 | 61 | 77 |
| Binary | 1110011 | 1111001 | 11001111 | 101100 | 101010 | 0 | 10011 | 11101100 | 110001 | 111111 |
Color Harmonies of #7379CF
Complementary color
Monochromatic Colors of #7379CF
Black with #7379CF
Text Example
Text Example
White with #7379CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7379CF; }
p { color: rgb(115,121,207); }
H1.HeaderClassName
{
color: #7379CF;
}
.AnyTagClassName
{
color: #7379CF;
}
</style>
background-color css
<style>
a { background-color: #7379CF; }
a { background-color: rgb(115,121,207); }
div.DivClassName
{
background-color: #7379CF;
}
.BgClassName
{
background-color: #7379CF;
}
</style>
border-color css
<style>
span { border-color: #7379CF; }
span { border-color: rgb(115,121,207); }
td.TdClassName
{
border-color: #7379CF;
}
.TagClassName
{
border-color: #7379CF;
}
</style>