Shades of Moody Blue #766ABD
Tints of Moody Blue #766ABD
RGB
CMYK
RGB Variations
Color information
#766ABD (or 0x766ABD) is known color: Moody Blue. HEX triplet: 76, 6A and BD. RGB value is (118,106,189). Sum of RGB (Red+Green+Blue) = 118+106+189=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #766ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ABD is #899542. Grayscale: #767676. Windows color (decimal): -9016643 or 12413558. OLE color: 12413558.
HSL color Cylindrical-coordinate representation of color #766ABD: hue angle of 248.67º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766ABD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 106 | 189 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.26 |
| HSL | 248.67º | 0.39% | 0.58% | - |
| HSV(B) | 248.67º | 0.44% | 0.74% | - |
| XYZ | 21.81 | 17.83 | 50.44 | - |
| YUV | 119.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 189 | 0.38 | 0.44 | 0 | 0.26 | 248.67 | 0.39 | 0.58 |
| Hex | 76 | 6A | BD | 26 | 2C | 0 | 1A | F9 | 27 | 3A |
| Octal | 166 | 152 | 275 | 46 | 54 | 0 | 32 | 371 | 47 | 72 |
| Binary | 1110110 | 1101010 | 10111101 | 100110 | 101100 | 0 | 11010 | 11111001 | 100111 | 111010 |
Color Harmonies of #766ABD
Complementary color
Monochromatic Colors of #766ABD
Black with #766ABD
Text Example
Text Example
White with #766ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766ABD; }
p { color: rgb(118,106,189); }
H1.HeaderClassName
{
color: #766ABD;
}
.AnyTagClassName
{
color: #766ABD;
}
</style>
background-color css
<style>
a { background-color: #766ABD; }
a { background-color: rgb(118,106,189); }
div.DivClassName
{
background-color: #766ABD;
}
.BgClassName
{
background-color: #766ABD;
}
</style>
border-color css
<style>
span { border-color: #766ABD; }
span { border-color: rgb(118,106,189); }
td.TdClassName
{
border-color: #766ABD;
}
.TagClassName
{
border-color: #766ABD;
}
</style>