Shades of Moody Blue #756DCD
Tints of Moody Blue #756DCD
RGB
CMYK
RGB Variations
Color information
#756DCD (or 0x756DCD) is known color: Moody Blue. HEX triplet: 75, 6D and CD. RGB value is (117,109,205). Sum of RGB (Red+Green+Blue) = 117+109+205=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #756DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DCD is #8A9232. Grayscale: #797979. Windows color (decimal): -9081395 or 13462901. OLE color: 13462901.
HSL color Cylindrical-coordinate representation of color #756DCD: hue angle of 245º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756DCD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 109 | 205 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.20 |
| HSL | 245º | 0.49% | 0.62% | - |
| HSV(B) | 245º | 0.47% | 0.8% | - |
| XYZ | 23.82 | 19.13 | 60.19 | - |
| YUV | 122.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 205 | 0.43 | 0.47 | 0 | 0.20 | 245 | 0.49 | 0.62 |
| Hex | 75 | 6D | CD | 2B | 2F | 0 | 14 | F5 | 31 | 3E |
| Octal | 165 | 155 | 315 | 53 | 57 | 0 | 24 | 365 | 61 | 76 |
| Binary | 1110101 | 1101101 | 11001101 | 101011 | 101111 | 0 | 10100 | 11110101 | 110001 | 111110 |
Color Harmonies of #756DCD
Complementary color
Monochromatic Colors of #756DCD
Black with #756DCD
Text Example
Text Example
White with #756DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DCD; }
p { color: rgb(117,109,205); }
H1.HeaderClassName
{
color: #756DCD;
}
.AnyTagClassName
{
color: #756DCD;
}
</style>
background-color css
<style>
a { background-color: #756DCD; }
a { background-color: rgb(117,109,205); }
div.DivClassName
{
background-color: #756DCD;
}
.BgClassName
{
background-color: #756DCD;
}
</style>
border-color css
<style>
span { border-color: #756DCD; }
span { border-color: rgb(117,109,205); }
td.TdClassName
{
border-color: #756DCD;
}
.TagClassName
{
border-color: #756DCD;
}
</style>