Shades of Moody Blue #756DCA
Tints of Moody Blue #756DCA
RGB
CMYK
RGB Variations
Color information
#756DCA (or 0x756DCA) is known color: Moody Blue. HEX triplet: 75, 6D and CA. RGB value is (117,109,202). Sum of RGB (Red+Green+Blue) = 117+109+202=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #756DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DCA is #8A9235. Grayscale: #797979. Windows color (decimal): -9081398 or 13266293. OLE color: 13266293.
HSL color Cylindrical-coordinate representation of color #756DCA: hue angle of 245.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756DCA is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 109 | 202 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.21 |
| HSL | 245.16º | 0.47% | 0.61% | - |
| HSV(B) | 245.16º | 0.46% | 0.79% | - |
| XYZ | 23.47 | 18.98 | 58.3 | - |
| YUV | 121.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 202 | 0.42 | 0.46 | 0 | 0.21 | 245.16 | 0.47 | 0.61 |
| Hex | 75 | 6D | CA | 2A | 2E | 0 | 15 | F5 | 2F | 3D |
| Octal | 165 | 155 | 312 | 52 | 56 | 0 | 25 | 365 | 57 | 75 |
| Binary | 1110101 | 1101101 | 11001010 | 101010 | 101110 | 0 | 10101 | 11110101 | 101111 | 111101 |
Color Harmonies of #756DCA
Complementary color
Monochromatic Colors of #756DCA
Black with #756DCA
Text Example
Text Example
White with #756DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DCA; }
p { color: rgb(117,109,202); }
H1.HeaderClassName
{
color: #756DCA;
}
.AnyTagClassName
{
color: #756DCA;
}
</style>
background-color css
<style>
a { background-color: #756DCA; }
a { background-color: rgb(117,109,202); }
div.DivClassName
{
background-color: #756DCA;
}
.BgClassName
{
background-color: #756DCA;
}
</style>
border-color css
<style>
span { border-color: #756DCA; }
span { border-color: rgb(117,109,202); }
td.TdClassName
{
border-color: #756DCA;
}
.TagClassName
{
border-color: #756DCA;
}
</style>