Shades of Moody Blue #7679CA
Tints of Moody Blue #7679CA
RGB
CMYK
RGB Variations
Color information
#7679CA (or 0x7679CA) is known color: Moody Blue. HEX triplet: 76, 79 and CA. RGB value is (118,121,202). Sum of RGB (Red+Green+Blue) = 118+121+202=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #7679CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7679CA is #898635. Grayscale: #818181. Windows color (decimal): -9012790 or 13269366. OLE color: 13269366.
HSL color Cylindrical-coordinate representation of color #7679CA: hue angle of 237.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7679CA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 121 | 202 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.21 |
| HSL | 237.86º | 0.44% | 0.63% | - |
| HSV(B) | 237.86º | 0.42% | 0.79% | - |
| XYZ | 24.97 | 21.79 | 58.77 | - |
| YUV | 129.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 202 | 0.42 | 0.40 | 0 | 0.21 | 237.86 | 0.44 | 0.63 |
| Hex | 76 | 79 | CA | 2A | 28 | 0 | 15 | EE | 2C | 3F |
| Octal | 166 | 171 | 312 | 52 | 50 | 0 | 25 | 356 | 54 | 77 |
| Binary | 1110110 | 1111001 | 11001010 | 101010 | 101000 | 0 | 10101 | 11101110 | 101100 | 111111 |
Color Harmonies of #7679CA
Complementary color
Monochromatic Colors of #7679CA
Black with #7679CA
Text Example
Text Example
White with #7679CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7679CA; }
p { color: rgb(118,121,202); }
H1.HeaderClassName
{
color: #7679CA;
}
.AnyTagClassName
{
color: #7679CA;
}
</style>
background-color css
<style>
a { background-color: #7679CA; }
a { background-color: rgb(118,121,202); }
div.DivClassName
{
background-color: #7679CA;
}
.BgClassName
{
background-color: #7679CA;
}
</style>
border-color css
<style>
span { border-color: #7679CA; }
span { border-color: rgb(118,121,202); }
td.TdClassName
{
border-color: #7679CA;
}
.TagClassName
{
border-color: #7679CA;
}
</style>