Shades of Moody Blue #756ECB
Tints of Moody Blue #756ECB
RGB
CMYK
RGB Variations
Color information
#756ECB (or 0x756ECB) is known color: Moody Blue. HEX triplet: 75, 6E and CB. RGB value is (117,110,203). Sum of RGB (Red+Green+Blue) = 117+110+203=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #756ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ECB is #8A9134. Grayscale: #7A7A7A. Windows color (decimal): -9081141 or 13332085. OLE color: 13332085.
HSL color Cylindrical-coordinate representation of color #756ECB: hue angle of 244.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756ECB is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 110 | 203 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.20 |
| HSL | 244.52º | 0.47% | 0.61% | - |
| HSV(B) | 244.52º | 0.46% | 0.8% | - |
| XYZ | 23.69 | 19.25 | 58.97 | - |
| YUV | 122.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 203 | 0.42 | 0.46 | 0 | 0.20 | 244.52 | 0.47 | 0.61 |
| Hex | 75 | 6E | CB | 2A | 2E | 0 | 14 | F5 | 2F | 3D |
| Octal | 165 | 156 | 313 | 52 | 56 | 0 | 24 | 365 | 57 | 75 |
| Binary | 1110101 | 1101110 | 11001011 | 101010 | 101110 | 0 | 10100 | 11110101 | 101111 | 111101 |
Color Harmonies of #756ECB
Complementary color
Monochromatic Colors of #756ECB
Black with #756ECB
Text Example
Text Example
White with #756ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756ECB; }
p { color: rgb(117,110,203); }
H1.HeaderClassName
{
color: #756ECB;
}
.AnyTagClassName
{
color: #756ECB;
}
</style>
background-color css
<style>
a { background-color: #756ECB; }
a { background-color: rgb(117,110,203); }
div.DivClassName
{
background-color: #756ECB;
}
.BgClassName
{
background-color: #756ECB;
}
</style>
border-color css
<style>
span { border-color: #756ECB; }
span { border-color: rgb(117,110,203); }
td.TdClassName
{
border-color: #756ECB;
}
.TagClassName
{
border-color: #756ECB;
}
</style>