Shades of Moody Blue #756FD5
Tints of Moody Blue #756FD5
RGB
CMYK
RGB Variations
Color information
#756FD5 (or 0x756FD5) is known color: Moody Blue. HEX triplet: 75, 6F and D5. RGB value is (117,111,213). Sum of RGB (Red+Green+Blue) = 117+111+213=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #756FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD5 is #8A902A. Grayscale: #7C7C7C. Windows color (decimal): -9080875 or 13987701. OLE color: 13987701.
HSL color Cylindrical-coordinate representation of color #756FD5: hue angle of 243.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756FD5 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 111 | 213 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.16 |
| HSL | 243.53º | 0.55% | 0.64% | - |
| HSV(B) | 243.53º | 0.48% | 0.84% | - |
| XYZ | 25.03 | 19.95 | 65.48 | - |
| YUV | 124.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 213 | 0.45 | 0.48 | 0 | 0.16 | 243.53 | 0.55 | 0.64 |
| Hex | 75 | 6F | D5 | 2D | 30 | 0 | 10 | F4 | 37 | 40 |
| Octal | 165 | 157 | 325 | 55 | 60 | 0 | 20 | 364 | 67 | 100 |
| Binary | 1110101 | 1101111 | 11010101 | 101101 | 110000 | 0 | 10000 | 11110100 | 110111 | 1000000 |
Color Harmonies of #756FD5
Complementary color
Monochromatic Colors of #756FD5
Black with #756FD5
Text Example
Text Example
White with #756FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FD5; }
p { color: rgb(117,111,213); }
H1.HeaderClassName
{
color: #756FD5;
}
.AnyTagClassName
{
color: #756FD5;
}
</style>
background-color css
<style>
a { background-color: #756FD5; }
a { background-color: rgb(117,111,213); }
div.DivClassName
{
background-color: #756FD5;
}
.BgClassName
{
background-color: #756FD5;
}
</style>
border-color css
<style>
span { border-color: #756FD5; }
span { border-color: rgb(117,111,213); }
td.TdClassName
{
border-color: #756FD5;
}
.TagClassName
{
border-color: #756FD5;
}
</style>