Shades of Moody Blue #7674D9
Tints of Moody Blue #7674D9
RGB
CMYK
RGB Variations
Color information
#7674D9 (or 0x7674D9) is known color: Moody Blue. HEX triplet: 76, 74 and D9. RGB value is (118,116,217). Sum of RGB (Red+Green+Blue) = 118+116+217=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #7674D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674D9 is #898B26. Grayscale: #7F7F7F. Windows color (decimal): -9014055 or 14251126. OLE color: 14251126.
HSL color Cylindrical-coordinate representation of color #7674D9: hue angle of 241.19º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7674D9 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 116 | 217 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.15 |
| HSL | 241.19º | 0.57% | 0.65% | - |
| HSV(B) | 241.19º | 0.47% | 0.85% | - |
| XYZ | 26.24 | 21.35 | 68.38 | - |
| YUV | 128.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 217 | 0.46 | 0.47 | 0 | 0.15 | 241.19 | 0.57 | 0.65 |
| Hex | 76 | 74 | D9 | 2E | 2F | 0 | F | F1 | 39 | 41 |
| Octal | 166 | 164 | 331 | 56 | 57 | 0 | 17 | 361 | 71 | 101 |
| Binary | 1110110 | 1110100 | 11011001 | 101110 | 101111 | 0 | 1111 | 11110001 | 111001 | 1000001 |
Color Harmonies of #7674D9
Complementary color
Monochromatic Colors of #7674D9
Black with #7674D9
Text Example
Text Example
White with #7674D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7674D9; }
p { color: rgb(118,116,217); }
H1.HeaderClassName
{
color: #7674D9;
}
.AnyTagClassName
{
color: #7674D9;
}
</style>
background-color css
<style>
a { background-color: #7674D9; }
a { background-color: rgb(118,116,217); }
div.DivClassName
{
background-color: #7674D9;
}
.BgClassName
{
background-color: #7674D9;
}
</style>
border-color css
<style>
span { border-color: #7674D9; }
span { border-color: rgb(118,116,217); }
td.TdClassName
{
border-color: #7674D9;
}
.TagClassName
{
border-color: #7674D9;
}
</style>