Shades of Moody Blue #766DBF
Tints of Moody Blue #766DBF
RGB
CMYK
RGB Variations
Color information
#766DBF (or 0x766DBF) is known color: Moody Blue. HEX triplet: 76, 6D and BF. RGB value is (118,109,191). Sum of RGB (Red+Green+Blue) = 118+109+191=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #766DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DBF is #899240. Grayscale: #787878. Windows color (decimal): -9015873 or 12545398. OLE color: 12545398.
HSL color Cylindrical-coordinate representation of color #766DBF: hue angle of 246.59º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766DBF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 109 | 191 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.25 |
| HSL | 246.59º | 0.39% | 0.59% | - |
| HSV(B) | 246.59º | 0.43% | 0.75% | - |
| XYZ | 22.34 | 18.55 | 51.69 | - |
| YUV | 121.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 191 | 0.38 | 0.43 | 0 | 0.25 | 246.59 | 0.39 | 0.59 |
| Hex | 76 | 6D | BF | 26 | 2B | 0 | 19 | F7 | 27 | 3B |
| Octal | 166 | 155 | 277 | 46 | 53 | 0 | 31 | 367 | 47 | 73 |
| Binary | 1110110 | 1101101 | 10111111 | 100110 | 101011 | 0 | 11001 | 11110111 | 100111 | 111011 |
Color Harmonies of #766DBF
Complementary color
Monochromatic Colors of #766DBF
Black with #766DBF
Text Example
Text Example
White with #766DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DBF; }
p { color: rgb(118,109,191); }
H1.HeaderClassName
{
color: #766DBF;
}
.AnyTagClassName
{
color: #766DBF;
}
</style>
background-color css
<style>
a { background-color: #766DBF; }
a { background-color: rgb(118,109,191); }
div.DivClassName
{
background-color: #766DBF;
}
.BgClassName
{
background-color: #766DBF;
}
</style>
border-color css
<style>
span { border-color: #766DBF; }
span { border-color: rgb(118,109,191); }
td.TdClassName
{
border-color: #766DBF;
}
.TagClassName
{
border-color: #766DBF;
}
</style>