Shades of Moody Blue #7674D8
Tints of Moody Blue #7674D8
RGB
CMYK
RGB Variations
Color information
#7674D8 (or 0x7674D8) is known color: Moody Blue. HEX triplet: 76, 74 and D8. RGB value is (118,116,216). Sum of RGB (Red+Green+Blue) = 118+116+216=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #7674D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674D8 is #898B27. Grayscale: #7F7F7F. Windows color (decimal): -9014056 or 14185590. OLE color: 14185590.
HSL color Cylindrical-coordinate representation of color #7674D8: hue angle of 241.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7674D8 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 116 | 216 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.15 |
| HSL | 241.2º | 0.56% | 0.65% | - |
| HSV(B) | 241.2º | 0.46% | 0.85% | - |
| XYZ | 26.11 | 21.3 | 67.7 | - |
| YUV | 128 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 216 | 0.45 | 0.46 | 0 | 0.15 | 241.2 | 0.56 | 0.65 |
| Hex | 76 | 74 | D8 | 2D | 2E | 0 | F | F1 | 38 | 41 |
| Octal | 166 | 164 | 330 | 55 | 56 | 0 | 17 | 361 | 70 | 101 |
| Binary | 1110110 | 1110100 | 11011000 | 101101 | 101110 | 0 | 1111 | 11110001 | 111000 | 1000001 |
Color Harmonies of #7674D8
Complementary color
Monochromatic Colors of #7674D8
Black with #7674D8
Text Example
Text Example
White with #7674D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7674D8; }
p { color: rgb(118,116,216); }
H1.HeaderClassName
{
color: #7674D8;
}
.AnyTagClassName
{
color: #7674D8;
}
</style>
background-color css
<style>
a { background-color: #7674D8; }
a { background-color: rgb(118,116,216); }
div.DivClassName
{
background-color: #7674D8;
}
.BgClassName
{
background-color: #7674D8;
}
</style>
border-color css
<style>
span { border-color: #7674D8; }
span { border-color: rgb(118,116,216); }
td.TdClassName
{
border-color: #7674D8;
}
.TagClassName
{
border-color: #7674D8;
}
</style>