Shades of Moody Blue #7670B7
Tints of Moody Blue #7670B7
RGB
CMYK
RGB Variations
Color information
#7670B7 (or 0x7670B7) is known color: Moody Blue. HEX triplet: 76, 70 and B7. RGB value is (118,112,183). Sum of RGB (Red+Green+Blue) = 118+112+183=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #7670B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670B7 is #898F48. Grayscale: #797979. Windows color (decimal): -9015113 or 12021878. OLE color: 12021878.
HSL color Cylindrical-coordinate representation of color #7670B7: hue angle of 245.07º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7670B7 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 112 | 183 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.28 |
| HSL | 245.07º | 0.33% | 0.58% | - |
| HSV(B) | 245.07º | 0.39% | 0.72% | - |
| XYZ | 21.81 | 18.86 | 47.29 | - |
| YUV | 121.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 183 | 0.36 | 0.39 | 0 | 0.28 | 245.07 | 0.33 | 0.58 |
| Hex | 76 | 70 | B7 | 24 | 27 | 0 | 1C | F5 | 21 | 3A |
| Octal | 166 | 160 | 267 | 44 | 47 | 0 | 34 | 365 | 41 | 72 |
| Binary | 1110110 | 1110000 | 10110111 | 100100 | 100111 | 0 | 11100 | 11110101 | 100001 | 111010 |
Color Harmonies of #7670B7
Complementary color
Monochromatic Colors of #7670B7
Black with #7670B7
Text Example
Text Example
White with #7670B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7670B7; }
p { color: rgb(118,112,183); }
H1.HeaderClassName
{
color: #7670B7;
}
.AnyTagClassName
{
color: #7670B7;
}
</style>
background-color css
<style>
a { background-color: #7670B7; }
a { background-color: rgb(118,112,183); }
div.DivClassName
{
background-color: #7670B7;
}
.BgClassName
{
background-color: #7670B7;
}
</style>
border-color css
<style>
span { border-color: #7670B7; }
span { border-color: rgb(118,112,183); }
td.TdClassName
{
border-color: #7670B7;
}
.TagClassName
{
border-color: #7670B7;
}
</style>