Shades of Moody Blue #756BCC
Tints of Moody Blue #756BCC
RGB
CMYK
RGB Variations
Color information
#756BCC (or 0x756BCC) is known color: Moody Blue. HEX triplet: 75, 6B and CC. RGB value is (117,107,204). Sum of RGB (Red+Green+Blue) = 117+107+204=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #756BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BCC is #8A9433. Grayscale: #787878. Windows color (decimal): -9081908 or 13396853. OLE color: 13396853.
HSL color Cylindrical-coordinate representation of color #756BCC: hue angle of 246.19º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #756BCC is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 107 | 204 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.2 |
| HSL | 246.19º | 0.49% | 0.61% | - |
| HSV(B) | 246.19º | 0.48% | 0.8% | - |
| XYZ | 23.49 | 18.66 | 59.49 | - |
| YUV | 121.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 204 | 0.43 | 0.48 | 0 | 0.2 | 246.19 | 0.49 | 0.61 |
| Hex | 75 | 6B | CC | 2B | 30 | 0 | 14 | F6 | 31 | 3D |
| Octal | 165 | 153 | 314 | 53 | 60 | 0 | 24 | 366 | 61 | 75 |
| Binary | 1110101 | 1101011 | 11001100 | 101011 | 110000 | 0 | 10100 | 11110110 | 110001 | 111101 |
Color Harmonies of #756BCC
Complementary color
Monochromatic Colors of #756BCC
Black with #756BCC
Text Example
Text Example
White with #756BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BCC; }
p { color: rgb(117,107,204); }
H1.HeaderClassName
{
color: #756BCC;
}
.AnyTagClassName
{
color: #756BCC;
}
</style>
background-color css
<style>
a { background-color: #756BCC; }
a { background-color: rgb(117,107,204); }
div.DivClassName
{
background-color: #756BCC;
}
.BgClassName
{
background-color: #756BCC;
}
</style>
border-color css
<style>
span { border-color: #756BCC; }
span { border-color: rgb(117,107,204); }
td.TdClassName
{
border-color: #756BCC;
}
.TagClassName
{
border-color: #756BCC;
}
</style>