Shades of Moody Blue #756DBA
Tints of Moody Blue #756DBA
RGB
CMYK
RGB Variations
Color information
#756DBA (or 0x756DBA) is known color: Moody Blue. HEX triplet: 75, 6D and BA. RGB value is (117,109,186). Sum of RGB (Red+Green+Blue) = 117+109+186=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #756DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DBA is #8A9245. Grayscale: #777777. Windows color (decimal): -9081414 or 12217717. OLE color: 12217717.
HSL color Cylindrical-coordinate representation of color #756DBA: hue angle of 246.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756DBA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 109 | 186 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.27 |
| HSL | 246.23º | 0.36% | 0.58% | - |
| HSV(B) | 246.23º | 0.41% | 0.73% | - |
| XYZ | 21.67 | 18.26 | 48.84 | - |
| YUV | 120.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 186 | 0.37 | 0.41 | 0 | 0.27 | 246.23 | 0.36 | 0.58 |
| Hex | 75 | 6D | BA | 25 | 29 | 0 | 1B | F6 | 24 | 3A |
| Octal | 165 | 155 | 272 | 45 | 51 | 0 | 33 | 366 | 44 | 72 |
| Binary | 1110101 | 1101101 | 10111010 | 100101 | 101001 | 0 | 11011 | 11110110 | 100100 | 111010 |
Color Harmonies of #756DBA
Complementary color
Monochromatic Colors of #756DBA
Black with #756DBA
Text Example
Text Example
White with #756DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DBA; }
p { color: rgb(117,109,186); }
H1.HeaderClassName
{
color: #756DBA;
}
.AnyTagClassName
{
color: #756DBA;
}
</style>
background-color css
<style>
a { background-color: #756DBA; }
a { background-color: rgb(117,109,186); }
div.DivClassName
{
background-color: #756DBA;
}
.BgClassName
{
background-color: #756DBA;
}
</style>
border-color css
<style>
span { border-color: #756DBA; }
span { border-color: rgb(117,109,186); }
td.TdClassName
{
border-color: #756DBA;
}
.TagClassName
{
border-color: #756DBA;
}
</style>