Shades of Moody Blue #756FCC
Tints of Moody Blue #756FCC
RGB
CMYK
RGB Variations
Color information
#756FCC (or 0x756FCC) is known color: Moody Blue. HEX triplet: 75, 6F and CC. RGB value is (117,111,204). Sum of RGB (Red+Green+Blue) = 117+111+204=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #756FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FCC is #8A9033. Grayscale: #7B7B7B. Windows color (decimal): -9080884 or 13397877. OLE color: 13397877.
HSL color Cylindrical-coordinate representation of color #756FCC: hue angle of 243.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756FCC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 111 | 204 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.2 |
| HSL | 243.87º | 0.48% | 0.62% | - |
| HSV(B) | 243.87º | 0.46% | 0.8% | - |
| XYZ | 23.92 | 19.51 | 59.63 | - |
| YUV | 123.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 204 | 0.43 | 0.46 | 0 | 0.2 | 243.87 | 0.48 | 0.62 |
| Hex | 75 | 6F | CC | 2B | 2E | 0 | 14 | F4 | 30 | 3E |
| Octal | 165 | 157 | 314 | 53 | 56 | 0 | 24 | 364 | 60 | 76 |
| Binary | 1110101 | 1101111 | 11001100 | 101011 | 101110 | 0 | 10100 | 11110100 | 110000 | 111110 |
Color Harmonies of #756FCC
Complementary color
Monochromatic Colors of #756FCC
Black with #756FCC
Text Example
Text Example
White with #756FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FCC; }
p { color: rgb(117,111,204); }
H1.HeaderClassName
{
color: #756FCC;
}
.AnyTagClassName
{
color: #756FCC;
}
</style>
background-color css
<style>
a { background-color: #756FCC; }
a { background-color: rgb(117,111,204); }
div.DivClassName
{
background-color: #756FCC;
}
.BgClassName
{
background-color: #756FCC;
}
</style>
border-color css
<style>
span { border-color: #756FCC; }
span { border-color: rgb(117,111,204); }
td.TdClassName
{
border-color: #756FCC;
}
.TagClassName
{
border-color: #756FCC;
}
</style>