Shades of Moody Blue #7571CC
Tints of Moody Blue #7571CC
RGB
CMYK
RGB Variations
Color information
#7571CC (or 0x7571CC) is known color: Moody Blue. HEX triplet: 75, 71 and CC. RGB value is (117,113,204). Sum of RGB (Red+Green+Blue) = 117+113+204=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #7571CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571CC is #8A8E33. Grayscale: #7C7C7C. Windows color (decimal): -9080372 or 13398389. OLE color: 13398389.
HSL color Cylindrical-coordinate representation of color #7571CC: hue angle of 242.64º 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 #7571CC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 113 | 204 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.2 |
| HSL | 242.64º | 0.47% | 0.62% | - |
| HSV(B) | 242.64º | 0.45% | 0.8% | - |
| XYZ | 24.14 | 19.95 | 59.71 | - |
| YUV | 124.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 204 | 0.43 | 0.45 | 0 | 0.2 | 242.64 | 0.47 | 0.62 |
| Hex | 75 | 71 | CC | 2B | 2D | 0 | 14 | F3 | 2F | 3E |
| Octal | 165 | 161 | 314 | 53 | 55 | 0 | 24 | 363 | 57 | 76 |
| Binary | 1110101 | 1110001 | 11001100 | 101011 | 101101 | 0 | 10100 | 11110011 | 101111 | 111110 |
Color Harmonies of #7571CC
Complementary color
Monochromatic Colors of #7571CC
Black with #7571CC
Text Example
Text Example
White with #7571CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7571CC; }
p { color: rgb(117,113,204); }
H1.HeaderClassName
{
color: #7571CC;
}
.AnyTagClassName
{
color: #7571CC;
}
</style>
background-color css
<style>
a { background-color: #7571CC; }
a { background-color: rgb(117,113,204); }
div.DivClassName
{
background-color: #7571CC;
}
.BgClassName
{
background-color: #7571CC;
}
</style>
border-color css
<style>
span { border-color: #7571CC; }
span { border-color: rgb(117,113,204); }
td.TdClassName
{
border-color: #7571CC;
}
.TagClassName
{
border-color: #7571CC;
}
</style>