Shades of Moody Blue #756EC0
Tints of Moody Blue #756EC0
RGB
CMYK
RGB Variations
Color information
#756EC0 (or 0x756EC0) is known color: Moody Blue. HEX triplet: 75, 6E and C0. RGB value is (117,110,192). Sum of RGB (Red+Green+Blue) = 117+110+192=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #756EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EC0 is #8A913F. Grayscale: #797979. Windows color (decimal): -9081152 or 12611189. OLE color: 12611189.
HSL color Cylindrical-coordinate representation of color #756EC0: hue angle of 245.12º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756EC0 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 110 | 192 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.25 |
| HSL | 245.12º | 0.39% | 0.59% | - |
| HSV(B) | 245.12º | 0.43% | 0.75% | - |
| XYZ | 22.43 | 18.74 | 52.3 | - |
| YUV | 121.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 192 | 0.39 | 0.43 | 0 | 0.25 | 245.12 | 0.39 | 0.59 |
| Hex | 75 | 6E | C0 | 27 | 2B | 0 | 19 | F5 | 27 | 3B |
| Octal | 165 | 156 | 300 | 47 | 53 | 0 | 31 | 365 | 47 | 73 |
| Binary | 1110101 | 1101110 | 11000000 | 100111 | 101011 | 0 | 11001 | 11110101 | 100111 | 111011 |
Color Harmonies of #756EC0
Complementary color
Monochromatic Colors of #756EC0
Black with #756EC0
Text Example
Text Example
White with #756EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EC0; }
p { color: rgb(117,110,192); }
H1.HeaderClassName
{
color: #756EC0;
}
.AnyTagClassName
{
color: #756EC0;
}
</style>
background-color css
<style>
a { background-color: #756EC0; }
a { background-color: rgb(117,110,192); }
div.DivClassName
{
background-color: #756EC0;
}
.BgClassName
{
background-color: #756EC0;
}
</style>
border-color css
<style>
span { border-color: #756EC0; }
span { border-color: rgb(117,110,192); }
td.TdClassName
{
border-color: #756EC0;
}
.TagClassName
{
border-color: #756EC0;
}
</style>