Shades of Moody Blue #7674BB
Tints of Moody Blue #7674BB
RGB
CMYK
RGB Variations
Color information
#7674BB (or 0x7674BB) is known color: Moody Blue. HEX triplet: 76, 74 and BB. RGB value is (118,116,187). Sum of RGB (Red+Green+Blue) = 118+116+187=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #7674BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674BB is #898B44. Grayscale: #7C7C7C. Windows color (decimal): -9014085 or 12285046. OLE color: 12285046.
HSL color Cylindrical-coordinate representation of color #7674BB: hue angle of 241.69º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7674BB is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 116 | 187 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.27 |
| HSL | 241.69º | 0.34% | 0.59% | - |
| HSV(B) | 241.69º | 0.38% | 0.73% | - |
| XYZ | 22.69 | 19.93 | 49.66 | - |
| YUV | 124.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 187 | 0.37 | 0.38 | 0 | 0.27 | 241.69 | 0.34 | 0.59 |
| Hex | 76 | 74 | BB | 25 | 26 | 0 | 1B | F2 | 22 | 3B |
| Octal | 166 | 164 | 273 | 45 | 46 | 0 | 33 | 362 | 42 | 73 |
| Binary | 1110110 | 1110100 | 10111011 | 100101 | 100110 | 0 | 11011 | 11110010 | 100010 | 111011 |
Color Harmonies of #7674BB
Complementary color
Monochromatic Colors of #7674BB
Black with #7674BB
Text Example
Text Example
White with #7674BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7674BB; }
p { color: rgb(118,116,187); }
H1.HeaderClassName
{
color: #7674BB;
}
.AnyTagClassName
{
color: #7674BB;
}
</style>
background-color css
<style>
a { background-color: #7674BB; }
a { background-color: rgb(118,116,187); }
div.DivClassName
{
background-color: #7674BB;
}
.BgClassName
{
background-color: #7674BB;
}
</style>
border-color css
<style>
span { border-color: #7674BB; }
span { border-color: rgb(118,116,187); }
td.TdClassName
{
border-color: #7674BB;
}
.TagClassName
{
border-color: #7674BB;
}
</style>