Shades of Moody Blue #766FB7
Tints of Moody Blue #766FB7
RGB
CMYK
RGB Variations
Color information
#766FB7 (or 0x766FB7) is known color: Moody Blue. HEX triplet: 76, 6F and B7. RGB value is (118,111,183). Sum of RGB (Red+Green+Blue) = 118+111+183=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #766FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FB7 is #899048. Grayscale: #797979. Windows color (decimal): -9015369 or 12021622. OLE color: 12021622.
HSL color Cylindrical-coordinate representation of color #766FB7: hue angle of 245.83º 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 #766FB7 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 111 | 183 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.28 |
| HSL | 245.83º | 0.33% | 0.58% | - |
| HSV(B) | 245.83º | 0.39% | 0.72% | - |
| XYZ | 21.7 | 18.64 | 47.25 | - |
| YUV | 121.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 183 | 0.36 | 0.39 | 0 | 0.28 | 245.83 | 0.33 | 0.58 |
| Hex | 76 | 6F | B7 | 24 | 27 | 0 | 1C | F6 | 21 | 3A |
| Octal | 166 | 157 | 267 | 44 | 47 | 0 | 34 | 366 | 41 | 72 |
| Binary | 1110110 | 1101111 | 10110111 | 100100 | 100111 | 0 | 11100 | 11110110 | 100001 | 111010 |
Color Harmonies of #766FB7
Complementary color
Monochromatic Colors of #766FB7
Black with #766FB7
Text Example
Text Example
White with #766FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FB7; }
p { color: rgb(118,111,183); }
H1.HeaderClassName
{
color: #766FB7;
}
.AnyTagClassName
{
color: #766FB7;
}
</style>
background-color css
<style>
a { background-color: #766FB7; }
a { background-color: rgb(118,111,183); }
div.DivClassName
{
background-color: #766FB7;
}
.BgClassName
{
background-color: #766FB7;
}
</style>
border-color css
<style>
span { border-color: #766FB7; }
span { border-color: rgb(118,111,183); }
td.TdClassName
{
border-color: #766FB7;
}
.TagClassName
{
border-color: #766FB7;
}
</style>