Shades of Moody Blue #766FBA
Tints of Moody Blue #766FBA
RGB
CMYK
RGB Variations
Color information
#766FBA (or 0x766FBA) is known color: Moody Blue. HEX triplet: 76, 6F and BA. RGB value is (118,111,186). Sum of RGB (Red+Green+Blue) = 118+111+186=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #766FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FBA is #899045. Grayscale: #797979. Windows color (decimal): -9015366 or 12218230. OLE color: 12218230.
HSL color Cylindrical-coordinate representation of color #766FBA: hue angle of 245.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #766FBA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 111 | 186 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.27 |
| HSL | 245.6º | 0.35% | 0.58% | - |
| HSV(B) | 245.6º | 0.4% | 0.73% | - |
| XYZ | 22.02 | 18.77 | 48.92 | - |
| YUV | 121.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 186 | 0.37 | 0.40 | 0 | 0.27 | 245.6 | 0.35 | 0.58 |
| Hex | 76 | 6F | BA | 25 | 28 | 0 | 1B | F6 | 23 | 3A |
| Octal | 166 | 157 | 272 | 45 | 50 | 0 | 33 | 366 | 43 | 72 |
| Binary | 1110110 | 1101111 | 10111010 | 100101 | 101000 | 0 | 11011 | 11110110 | 100011 | 111010 |
Color Harmonies of #766FBA
Complementary color
Monochromatic Colors of #766FBA
Black with #766FBA
Text Example
Text Example
White with #766FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FBA; }
p { color: rgb(118,111,186); }
H1.HeaderClassName
{
color: #766FBA;
}
.AnyTagClassName
{
color: #766FBA;
}
</style>
background-color css
<style>
a { background-color: #766FBA; }
a { background-color: rgb(118,111,186); }
div.DivClassName
{
background-color: #766FBA;
}
.BgClassName
{
background-color: #766FBA;
}
</style>
border-color css
<style>
span { border-color: #766FBA; }
span { border-color: rgb(118,111,186); }
td.TdClassName
{
border-color: #766FBA;
}
.TagClassName
{
border-color: #766FBA;
}
</style>