Shades of Moody Blue #7570CC
Tints of Moody Blue #7570CC
RGB
CMYK
RGB Variations
Color information
#7570CC (or 0x7570CC) is known color: Moody Blue. HEX triplet: 75, 70 and CC. RGB value is (117,112,204). Sum of RGB (Red+Green+Blue) = 117+112+204=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #7570CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7570CC is #8A8F33. Grayscale: #7B7B7B. Windows color (decimal): -9080628 or 13398133. OLE color: 13398133.
HSL color Cylindrical-coordinate representation of color #7570CC: hue angle of 243.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7570CC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 112 | 204 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.2 |
| HSL | 243.26º | 0.47% | 0.62% | - |
| HSV(B) | 243.26º | 0.45% | 0.8% | - |
| XYZ | 24.03 | 19.73 | 59.67 | - |
| YUV | 123.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 204 | 0.43 | 0.45 | 0 | 0.2 | 243.26 | 0.47 | 0.62 |
| Hex | 75 | 70 | CC | 2B | 2D | 0 | 14 | F3 | 2F | 3E |
| Octal | 165 | 160 | 314 | 53 | 55 | 0 | 24 | 363 | 57 | 76 |
| Binary | 1110101 | 1110000 | 11001100 | 101011 | 101101 | 0 | 10100 | 11110011 | 101111 | 111110 |
Color Harmonies of #7570CC
Complementary color
Monochromatic Colors of #7570CC
Black with #7570CC
Text Example
Text Example
White with #7570CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570CC; }
p { color: rgb(117,112,204); }
H1.HeaderClassName
{
color: #7570CC;
}
.AnyTagClassName
{
color: #7570CC;
}
</style>
background-color css
<style>
a { background-color: #7570CC; }
a { background-color: rgb(117,112,204); }
div.DivClassName
{
background-color: #7570CC;
}
.BgClassName
{
background-color: #7570CC;
}
</style>
border-color css
<style>
span { border-color: #7570CC; }
span { border-color: rgb(117,112,204); }
td.TdClassName
{
border-color: #7570CC;
}
.TagClassName
{
border-color: #7570CC;
}
</style>