Shades of Moody Blue #756BBD
Tints of Moody Blue #756BBD
RGB
CMYK
RGB Variations
Color information
#756BBD (or 0x756BBD) is known color: Moody Blue. HEX triplet: 75, 6B and BD. RGB value is (117,107,189). Sum of RGB (Red+Green+Blue) = 117+107+189=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #756BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BBD is #8A9442. Grayscale: #777777. Windows color (decimal): -9081923 or 12413813. OLE color: 12413813.
HSL color Cylindrical-coordinate representation of color #756BBD: hue angle of 247.32º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756BBD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 107 | 189 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.26 |
| HSL | 247.32º | 0.38% | 0.58% | - |
| HSV(B) | 247.32º | 0.43% | 0.74% | - |
| XYZ | 21.78 | 17.97 | 50.47 | - |
| YUV | 119.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 189 | 0.38 | 0.43 | 0 | 0.26 | 247.32 | 0.38 | 0.58 |
| Hex | 75 | 6B | BD | 26 | 2B | 0 | 1A | F7 | 26 | 3A |
| Octal | 165 | 153 | 275 | 46 | 53 | 0 | 32 | 367 | 46 | 72 |
| Binary | 1110101 | 1101011 | 10111101 | 100110 | 101011 | 0 | 11010 | 11110111 | 100110 | 111010 |
Color Harmonies of #756BBD
Complementary color
Monochromatic Colors of #756BBD
Black with #756BBD
Text Example
Text Example
White with #756BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BBD; }
p { color: rgb(117,107,189); }
H1.HeaderClassName
{
color: #756BBD;
}
.AnyTagClassName
{
color: #756BBD;
}
</style>
background-color css
<style>
a { background-color: #756BBD; }
a { background-color: rgb(117,107,189); }
div.DivClassName
{
background-color: #756BBD;
}
.BgClassName
{
background-color: #756BBD;
}
</style>
border-color css
<style>
span { border-color: #756BBD; }
span { border-color: rgb(117,107,189); }
td.TdClassName
{
border-color: #756BBD;
}
.TagClassName
{
border-color: #756BBD;
}
</style>