Shades of Moody Blue #7571D7
Tints of Moody Blue #7571D7
RGB
CMYK
RGB Variations
Color information
#7571D7 (or 0x7571D7) is known color: Moody Blue. HEX triplet: 75, 71 and D7. RGB value is (117,113,215). Sum of RGB (Red+Green+Blue) = 117+113+215=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #7571D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571D7 is #8A8E28. Grayscale: #7D7D7D. Windows color (decimal): -9080361 or 14119285. OLE color: 14119285.
HSL color Cylindrical-coordinate representation of color #7571D7: hue angle of 242.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7571D7 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 113 | 215 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.16 |
| HSL | 242.35º | 0.56% | 0.64% | - |
| HSV(B) | 242.35º | 0.47% | 0.84% | - |
| XYZ | 25.51 | 20.5 | 66.9 | - |
| YUV | 125.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 215 | 0.46 | 0.47 | 0 | 0.16 | 242.35 | 0.56 | 0.64 |
| Hex | 75 | 71 | D7 | 2E | 2F | 0 | 10 | F2 | 38 | 40 |
| Octal | 165 | 161 | 327 | 56 | 57 | 0 | 20 | 362 | 70 | 100 |
| Binary | 1110101 | 1110001 | 11010111 | 101110 | 101111 | 0 | 10000 | 11110010 | 111000 | 1000000 |
Color Harmonies of #7571D7
Complementary color
Monochromatic Colors of #7571D7
Black with #7571D7
Text Example
Text Example
White with #7571D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7571D7; }
p { color: rgb(117,113,215); }
H1.HeaderClassName
{
color: #7571D7;
}
.AnyTagClassName
{
color: #7571D7;
}
</style>
background-color css
<style>
a { background-color: #7571D7; }
a { background-color: rgb(117,113,215); }
div.DivClassName
{
background-color: #7571D7;
}
.BgClassName
{
background-color: #7571D7;
}
</style>
border-color css
<style>
span { border-color: #7571D7; }
span { border-color: rgb(117,113,215); }
td.TdClassName
{
border-color: #7571D7;
}
.TagClassName
{
border-color: #7571D7;
}
</style>