Shades of Moody Blue #7679CE
Tints of Moody Blue #7679CE
RGB
CMYK
RGB Variations
Color information
#7679CE (or 0x7679CE) is known color: Moody Blue. HEX triplet: 76, 79 and CE. RGB value is (118,121,206). Sum of RGB (Red+Green+Blue) = 118+121+206=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #7679CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7679CE is #898631. Grayscale: #818181. Windows color (decimal): -9012786 or 13531510. OLE color: 13531510.
HSL color Cylindrical-coordinate representation of color #7679CE: hue angle of 237.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7679CE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 121 | 206 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.19 |
| HSL | 237.95º | 0.47% | 0.64% | - |
| HSV(B) | 237.95º | 0.43% | 0.81% | - |
| XYZ | 25.45 | 21.98 | 61.29 | - |
| YUV | 129.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 206 | 0.43 | 0.41 | 0 | 0.19 | 237.95 | 0.47 | 0.64 |
| Hex | 76 | 79 | CE | 2B | 29 | 0 | 13 | EE | 2F | 40 |
| Octal | 166 | 171 | 316 | 53 | 51 | 0 | 23 | 356 | 57 | 100 |
| Binary | 1110110 | 1111001 | 11001110 | 101011 | 101001 | 0 | 10011 | 11101110 | 101111 | 1000000 |
Color Harmonies of #7679CE
Complementary color
Monochromatic Colors of #7679CE
Black with #7679CE
Text Example
Text Example
White with #7679CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7679CE; }
p { color: rgb(118,121,206); }
H1.HeaderClassName
{
color: #7679CE;
}
.AnyTagClassName
{
color: #7679CE;
}
</style>
background-color css
<style>
a { background-color: #7679CE; }
a { background-color: rgb(118,121,206); }
div.DivClassName
{
background-color: #7679CE;
}
.BgClassName
{
background-color: #7679CE;
}
</style>
border-color css
<style>
span { border-color: #7679CE; }
span { border-color: rgb(118,121,206); }
td.TdClassName
{
border-color: #7679CE;
}
.TagClassName
{
border-color: #7679CE;
}
</style>