Shades of Moody Blue #756DBF
Tints of Moody Blue #756DBF
RGB
CMYK
RGB Variations
Color information
#756DBF (or 0x756DBF) is known color: Moody Blue. HEX triplet: 75, 6D and BF. RGB value is (117,109,191). Sum of RGB (Red+Green+Blue) = 117+109+191=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #756DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DBF is #8A9240. Grayscale: #787878. Windows color (decimal): -9081409 or 12545397. OLE color: 12545397.
HSL color Cylindrical-coordinate representation of color #756DBF: hue angle of 245.85º 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 #756DBF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 109 | 191 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.25 |
| HSL | 245.85º | 0.39% | 0.59% | - |
| HSV(B) | 245.85º | 0.43% | 0.75% | - |
| XYZ | 22.21 | 18.48 | 51.69 | - |
| YUV | 120.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 191 | 0.39 | 0.43 | 0 | 0.25 | 245.85 | 0.39 | 0.59 |
| Hex | 75 | 6D | BF | 27 | 2B | 0 | 19 | F6 | 27 | 3B |
| Octal | 165 | 155 | 277 | 47 | 53 | 0 | 31 | 366 | 47 | 73 |
| Binary | 1110101 | 1101101 | 10111111 | 100111 | 101011 | 0 | 11001 | 11110110 | 100111 | 111011 |
Color Harmonies of #756DBF
Complementary color
Monochromatic Colors of #756DBF
Black with #756DBF
Text Example
Text Example
White with #756DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DBF; }
p { color: rgb(117,109,191); }
H1.HeaderClassName
{
color: #756DBF;
}
.AnyTagClassName
{
color: #756DBF;
}
</style>
background-color css
<style>
a { background-color: #756DBF; }
a { background-color: rgb(117,109,191); }
div.DivClassName
{
background-color: #756DBF;
}
.BgClassName
{
background-color: #756DBF;
}
</style>
border-color css
<style>
span { border-color: #756DBF; }
span { border-color: rgb(117,109,191); }
td.TdClassName
{
border-color: #756DBF;
}
.TagClassName
{
border-color: #756DBF;
}
</style>