Shades of Moody Blue #766FB6
Tints of Moody Blue #766FB6
RGB
CMYK
RGB Variations
Color information
#766FB6 (or 0x766FB6) is known color: Moody Blue. HEX triplet: 76, 6F and B6. RGB value is (118,111,182). Sum of RGB (Red+Green+Blue) = 118+111+182=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #766FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FB6 is #899049. Grayscale: #787878. Windows color (decimal): -9015370 or 11956086. OLE color: 11956086.
HSL color Cylindrical-coordinate representation of color #766FB6: hue angle of 245.92º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766FB6 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 111 | 182 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.29 |
| HSL | 245.92º | 0.33% | 0.57% | - |
| HSV(B) | 245.92º | 0.39% | 0.71% | - |
| XYZ | 21.6 | 18.6 | 46.71 | - |
| YUV | 121.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 182 | 0.35 | 0.39 | 0 | 0.29 | 245.92 | 0.33 | 0.57 |
| Hex | 76 | 6F | B6 | 23 | 27 | 0 | 1D | F6 | 21 | 39 |
| Octal | 166 | 157 | 266 | 43 | 47 | 0 | 35 | 366 | 41 | 71 |
| Binary | 1110110 | 1101111 | 10110110 | 100011 | 100111 | 0 | 11101 | 11110110 | 100001 | 111001 |
Color Harmonies of #766FB6
Complementary color
Monochromatic Colors of #766FB6
Black with #766FB6
Text Example
Text Example
White with #766FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FB6; }
p { color: rgb(118,111,182); }
H1.HeaderClassName
{
color: #766FB6;
}
.AnyTagClassName
{
color: #766FB6;
}
</style>
background-color css
<style>
a { background-color: #766FB6; }
a { background-color: rgb(118,111,182); }
div.DivClassName
{
background-color: #766FB6;
}
.BgClassName
{
background-color: #766FB6;
}
</style>
border-color css
<style>
span { border-color: #766FB6; }
span { border-color: rgb(118,111,182); }
td.TdClassName
{
border-color: #766FB6;
}
.TagClassName
{
border-color: #766FB6;
}
</style>