Shades of Medium Slate Blue #7571DC
Tints of Medium Slate Blue #7571DC
RGB
CMYK
RGB Variations
Color information
#7571DC (or 0x7571DC) is known color: Medium Slate Blue. HEX triplet: 75, 71 and DC. RGB value is (117,113,220). Sum of RGB (Red+Green+Blue) = 117+113+220=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #7571DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571DC is #8A8E23. Grayscale: #7D7D7D. Windows color (decimal): -9080356 or 14446965. OLE color: 14446965.
HSL color Cylindrical-coordinate representation of color #7571DC: hue angle of 242.24º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7571DC is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 113 | 220 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.14 |
| HSL | 242.24º | 0.6% | 0.65% | - |
| HSV(B) | 242.24º | 0.49% | 0.86% | - |
| XYZ | 26.16 | 20.76 | 70.34 | - |
| YUV | 126.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 220 | 0.47 | 0.49 | 0 | 0.14 | 242.24 | 0.6 | 0.65 |
| Hex | 75 | 71 | DC | 2F | 31 | 0 | E | F2 | 3C | 41 |
| Octal | 165 | 161 | 334 | 57 | 61 | 0 | 16 | 362 | 74 | 101 |
| Binary | 1110101 | 1110001 | 11011100 | 101111 | 110001 | 0 | 1110 | 11110010 | 111100 | 1000001 |
Color Harmonies of #7571DC
Complementary color
Monochromatic Colors of #7571DC
Black with #7571DC
Text Example
Text Example
White with #7571DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7571DC; }
p { color: rgb(117,113,220); }
H1.HeaderClassName
{
color: #7571DC;
}
.AnyTagClassName
{
color: #7571DC;
}
</style>
background-color css
<style>
a { background-color: #7571DC; }
a { background-color: rgb(117,113,220); }
div.DivClassName
{
background-color: #7571DC;
}
.BgClassName
{
background-color: #7571DC;
}
</style>
border-color css
<style>
span { border-color: #7571DC; }
span { border-color: rgb(117,113,220); }
td.TdClassName
{
border-color: #7571DC;
}
.TagClassName
{
border-color: #7571DC;
}
</style>