Shades of Moody Blue #756FC9
Tints of Moody Blue #756FC9
RGB
CMYK
RGB Variations
Color information
#756FC9 (or 0x756FC9) is known color: Moody Blue. HEX triplet: 75, 6F and C9. RGB value is (117,111,201). Sum of RGB (Red+Green+Blue) = 117+111+201=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #756FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FC9 is #8A9036. Grayscale: #7A7A7A. Windows color (decimal): -9080887 or 13201269. OLE color: 13201269.
HSL color Cylindrical-coordinate representation of color #756FC9: hue angle of 244º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756FC9 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 111 | 201 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.21 |
| HSL | 244º | 0.45% | 0.61% | - |
| HSV(B) | 244º | 0.45% | 0.79% | - |
| XYZ | 23.56 | 19.37 | 57.75 | - |
| YUV | 123.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 201 | 0.42 | 0.45 | 0 | 0.21 | 244 | 0.45 | 0.61 |
| Hex | 75 | 6F | C9 | 2A | 2D | 0 | 15 | F4 | 2D | 3D |
| Octal | 165 | 157 | 311 | 52 | 55 | 0 | 25 | 364 | 55 | 75 |
| Binary | 1110101 | 1101111 | 11001001 | 101010 | 101101 | 0 | 10101 | 11110100 | 101101 | 111101 |
Color Harmonies of #756FC9
Complementary color
Monochromatic Colors of #756FC9
Black with #756FC9
Text Example
Text Example
White with #756FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FC9; }
p { color: rgb(117,111,201); }
H1.HeaderClassName
{
color: #756FC9;
}
.AnyTagClassName
{
color: #756FC9;
}
</style>
background-color css
<style>
a { background-color: #756FC9; }
a { background-color: rgb(117,111,201); }
div.DivClassName
{
background-color: #756FC9;
}
.BgClassName
{
background-color: #756FC9;
}
</style>
border-color css
<style>
span { border-color: #756FC9; }
span { border-color: rgb(117,111,201); }
td.TdClassName
{
border-color: #756FC9;
}
.TagClassName
{
border-color: #756FC9;
}
</style>