Shades of Moody Blue #766CB9
Tints of Moody Blue #766CB9
RGB
CMYK
RGB Variations
Color information
#766CB9 (or 0x766CB9) is known color: Moody Blue. HEX triplet: 76, 6C and B9. RGB value is (118,108,185). Sum of RGB (Red+Green+Blue) = 118+108+185=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #766CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CB9 is #899346. Grayscale: #777777. Windows color (decimal): -9016135 or 12151926. OLE color: 12151926.
HSL color Cylindrical-coordinate representation of color #766CB9: hue angle of 247.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766CB9 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 108 | 185 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.27 |
| HSL | 247.79º | 0.35% | 0.57% | - |
| HSV(B) | 247.79º | 0.42% | 0.73% | - |
| XYZ | 21.59 | 18.08 | 48.25 | - |
| YUV | 119.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 185 | 0.36 | 0.42 | 0 | 0.27 | 247.79 | 0.35 | 0.57 |
| Hex | 76 | 6C | B9 | 24 | 2A | 0 | 1B | F8 | 23 | 39 |
| Octal | 166 | 154 | 271 | 44 | 52 | 0 | 33 | 370 | 43 | 71 |
| Binary | 1110110 | 1101100 | 10111001 | 100100 | 101010 | 0 | 11011 | 11111000 | 100011 | 111001 |
Color Harmonies of #766CB9
Complementary color
Monochromatic Colors of #766CB9
Black with #766CB9
Text Example
Text Example
White with #766CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CB9; }
p { color: rgb(118,108,185); }
H1.HeaderClassName
{
color: #766CB9;
}
.AnyTagClassName
{
color: #766CB9;
}
</style>
background-color css
<style>
a { background-color: #766CB9; }
a { background-color: rgb(118,108,185); }
div.DivClassName
{
background-color: #766CB9;
}
.BgClassName
{
background-color: #766CB9;
}
</style>
border-color css
<style>
span { border-color: #766CB9; }
span { border-color: rgb(118,108,185); }
td.TdClassName
{
border-color: #766CB9;
}
.TagClassName
{
border-color: #766CB9;
}
</style>