Shades of Moody Blue #766DBB
Tints of Moody Blue #766DBB
RGB
CMYK
RGB Variations
Color information
#766DBB (or 0x766DBB) is known color: Moody Blue. HEX triplet: 76, 6D and BB. RGB value is (118,109,187). Sum of RGB (Red+Green+Blue) = 118+109+187=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #766DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DBB is #899244. Grayscale: #787878. Windows color (decimal): -9015877 or 12283254. OLE color: 12283254.
HSL color Cylindrical-coordinate representation of color #766DBB: hue angle of 246.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766DBB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 109 | 187 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.27 |
| HSL | 246.92º | 0.36% | 0.58% | - |
| HSV(B) | 246.92º | 0.42% | 0.73% | - |
| XYZ | 21.91 | 18.38 | 49.41 | - |
| YUV | 120.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 187 | 0.37 | 0.42 | 0 | 0.27 | 246.92 | 0.36 | 0.58 |
| Hex | 76 | 6D | BB | 25 | 2A | 0 | 1B | F7 | 24 | 3A |
| Octal | 166 | 155 | 273 | 45 | 52 | 0 | 33 | 367 | 44 | 72 |
| Binary | 1110110 | 1101101 | 10111011 | 100101 | 101010 | 0 | 11011 | 11110111 | 100100 | 111010 |
Color Harmonies of #766DBB
Complementary color
Monochromatic Colors of #766DBB
Black with #766DBB
Text Example
Text Example
White with #766DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DBB; }
p { color: rgb(118,109,187); }
H1.HeaderClassName
{
color: #766DBB;
}
.AnyTagClassName
{
color: #766DBB;
}
</style>
background-color css
<style>
a { background-color: #766DBB; }
a { background-color: rgb(118,109,187); }
div.DivClassName
{
background-color: #766DBB;
}
.BgClassName
{
background-color: #766DBB;
}
</style>
border-color css
<style>
span { border-color: #766DBB; }
span { border-color: rgb(118,109,187); }
td.TdClassName
{
border-color: #766DBB;
}
.TagClassName
{
border-color: #766DBB;
}
</style>