Shades of Moody Blue #766BBD
Tints of Moody Blue #766BBD
RGB
CMYK
RGB Variations
Color information
#766BBD (or 0x766BBD) is known color: Moody Blue. HEX triplet: 76, 6B and BD. RGB value is (118,107,189). Sum of RGB (Red+Green+Blue) = 118+107+189=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #766BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BBD is #899442. Grayscale: #777777. Windows color (decimal): -9016387 or 12413814. OLE color: 12413814.
HSL color Cylindrical-coordinate representation of color #766BBD: hue angle of 248.05º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766BBD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 107 | 189 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.26 |
| HSL | 248.05º | 0.38% | 0.58% | - |
| HSV(B) | 248.05º | 0.43% | 0.74% | - |
| XYZ | 21.91 | 18.04 | 50.47 | - |
| YUV | 119.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 189 | 0.38 | 0.43 | 0 | 0.26 | 248.05 | 0.38 | 0.58 |
| Hex | 76 | 6B | BD | 26 | 2B | 0 | 1A | F8 | 26 | 3A |
| Octal | 166 | 153 | 275 | 46 | 53 | 0 | 32 | 370 | 46 | 72 |
| Binary | 1110110 | 1101011 | 10111101 | 100110 | 101011 | 0 | 11010 | 11111000 | 100110 | 111010 |
Color Harmonies of #766BBD
Complementary color
Monochromatic Colors of #766BBD
Black with #766BBD
Text Example
Text Example
White with #766BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BBD; }
p { color: rgb(118,107,189); }
H1.HeaderClassName
{
color: #766BBD;
}
.AnyTagClassName
{
color: #766BBD;
}
</style>
background-color css
<style>
a { background-color: #766BBD; }
a { background-color: rgb(118,107,189); }
div.DivClassName
{
background-color: #766BBD;
}
.BgClassName
{
background-color: #766BBD;
}
</style>
border-color css
<style>
span { border-color: #766BBD; }
span { border-color: rgb(118,107,189); }
td.TdClassName
{
border-color: #766BBD;
}
.TagClassName
{
border-color: #766BBD;
}
</style>