Shades of Moody Blue #756DBD
Tints of Moody Blue #756DBD
RGB
CMYK
RGB Variations
Color information
#756DBD (or 0x756DBD) is known color: Moody Blue. HEX triplet: 75, 6D and BD. RGB value is (117,109,189). Sum of RGB (Red+Green+Blue) = 117+109+189=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #756DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DBD is #8A9242. Grayscale: #787878. Windows color (decimal): -9081411 or 12414325. OLE color: 12414325.
HSL color Cylindrical-coordinate representation of color #756DBD: hue angle of 246º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756DBD is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 109 | 189 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.26 |
| HSL | 246º | 0.38% | 0.58% | - |
| HSV(B) | 246º | 0.42% | 0.74% | - |
| XYZ | 21.99 | 18.39 | 50.54 | - |
| YUV | 120.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 189 | 0.38 | 0.42 | 0 | 0.26 | 246 | 0.38 | 0.58 |
| Hex | 75 | 6D | BD | 26 | 2A | 0 | 1A | F6 | 26 | 3A |
| Octal | 165 | 155 | 275 | 46 | 52 | 0 | 32 | 366 | 46 | 72 |
| Binary | 1110101 | 1101101 | 10111101 | 100110 | 101010 | 0 | 11010 | 11110110 | 100110 | 111010 |
Color Harmonies of #756DBD
Complementary color
Monochromatic Colors of #756DBD
Black with #756DBD
Text Example
Text Example
White with #756DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DBD; }
p { color: rgb(117,109,189); }
H1.HeaderClassName
{
color: #756DBD;
}
.AnyTagClassName
{
color: #756DBD;
}
</style>
background-color css
<style>
a { background-color: #756DBD; }
a { background-color: rgb(117,109,189); }
div.DivClassName
{
background-color: #756DBD;
}
.BgClassName
{
background-color: #756DBD;
}
</style>
border-color css
<style>
span { border-color: #756DBD; }
span { border-color: rgb(117,109,189); }
td.TdClassName
{
border-color: #756DBD;
}
.TagClassName
{
border-color: #756DBD;
}
</style>