Shades of Moody Blue #766FBE
Tints of Moody Blue #766FBE
RGB
CMYK
RGB Variations
Color information
#766FBE (or 0x766FBE) is known color: Moody Blue. HEX triplet: 76, 6F and BE. RGB value is (118,111,190). Sum of RGB (Red+Green+Blue) = 118+111+190=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #766FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FBE is #899041. Grayscale: #797979. Windows color (decimal): -9015362 or 12480374. OLE color: 12480374.
HSL color Cylindrical-coordinate representation of color #766FBE: hue angle of 245.32º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766FBE is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 111 | 190 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.25 |
| HSL | 245.32º | 0.38% | 0.59% | - |
| HSV(B) | 245.32º | 0.42% | 0.75% | - |
| XYZ | 22.45 | 18.94 | 51.19 | - |
| YUV | 122.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 190 | 0.38 | 0.42 | 0 | 0.25 | 245.32 | 0.38 | 0.59 |
| Hex | 76 | 6F | BE | 26 | 2A | 0 | 19 | F5 | 26 | 3B |
| Octal | 166 | 157 | 276 | 46 | 52 | 0 | 31 | 365 | 46 | 73 |
| Binary | 1110110 | 1101111 | 10111110 | 100110 | 101010 | 0 | 11001 | 11110101 | 100110 | 111011 |
Color Harmonies of #766FBE
Complementary color
Monochromatic Colors of #766FBE
Black with #766FBE
Text Example
Text Example
White with #766FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FBE; }
p { color: rgb(118,111,190); }
H1.HeaderClassName
{
color: #766FBE;
}
.AnyTagClassName
{
color: #766FBE;
}
</style>
background-color css
<style>
a { background-color: #766FBE; }
a { background-color: rgb(118,111,190); }
div.DivClassName
{
background-color: #766FBE;
}
.BgClassName
{
background-color: #766FBE;
}
</style>
border-color css
<style>
span { border-color: #766FBE; }
span { border-color: rgb(118,111,190); }
td.TdClassName
{
border-color: #766FBE;
}
.TagClassName
{
border-color: #766FBE;
}
</style>