Shades of Moody Blue #7669BF
Tints of Moody Blue #7669BF
RGB
CMYK
RGB Variations
Color information
#7669BF (or 0x7669BF) is known color: Moody Blue. HEX triplet: 76, 69 and BF. RGB value is (118,105,191). Sum of RGB (Red+Green+Blue) = 118+105+191=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #7669BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BF is #899640. Grayscale: #767676. Windows color (decimal): -9016897 or 12544374. OLE color: 12544374.
HSL color Cylindrical-coordinate representation of color #7669BF: hue angle of 249.07º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7669BF is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 105 | 191 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.25 |
| HSL | 249.07º | 0.4% | 0.58% | - |
| HSV(B) | 249.07º | 0.45% | 0.75% | - |
| XYZ | 21.93 | 17.72 | 51.55 | - |
| YUV | 118.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 191 | 0.38 | 0.45 | 0 | 0.25 | 249.07 | 0.4 | 0.58 |
| Hex | 76 | 69 | BF | 26 | 2D | 0 | 19 | F9 | 28 | 3A |
| Octal | 166 | 151 | 277 | 46 | 55 | 0 | 31 | 371 | 50 | 72 |
| Binary | 1110110 | 1101001 | 10111111 | 100110 | 101101 | 0 | 11001 | 11111001 | 101000 | 111010 |
Color Harmonies of #7669BF
Complementary color
Monochromatic Colors of #7669BF
Black with #7669BF
Text Example
Text Example
White with #7669BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669BF; }
p { color: rgb(118,105,191); }
H1.HeaderClassName
{
color: #7669BF;
}
.AnyTagClassName
{
color: #7669BF;
}
</style>
background-color css
<style>
a { background-color: #7669BF; }
a { background-color: rgb(118,105,191); }
div.DivClassName
{
background-color: #7669BF;
}
.BgClassName
{
background-color: #7669BF;
}
</style>
border-color css
<style>
span { border-color: #7669BF; }
span { border-color: rgb(118,105,191); }
td.TdClassName
{
border-color: #7669BF;
}
.TagClassName
{
border-color: #7669BF;
}
</style>