Shades of Medium Slate Blue #7175DC
Tints of Medium Slate Blue #7175DC
RGB
CMYK
RGB Variations
Color information
#7175DC (or 0x7175DC) is known color: Medium Slate Blue. HEX triplet: 71, 75 and DC. RGB value is (113,117,220). Sum of RGB (Red+Green+Blue) = 113+117+220=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 117 (46.09% from 255 or 26% 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 #7175DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175DC is #8E8A23. Grayscale: #7F7F7F. Windows color (decimal): -9341476 or 14447985. OLE color: 14447985.
HSL color Cylindrical-coordinate representation of color #7175DC: hue angle of 237.76º 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 #7175DC is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 117 | 220 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.14 |
| HSL | 237.76º | 0.6% | 0.65% | - |
| HSV(B) | 237.76º | 0.49% | 0.86% | - |
| XYZ | 26.09 | 21.4 | 70.47 | - |
| YUV | 127.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 220 | 0.49 | 0.47 | 0 | 0.14 | 237.76 | 0.6 | 0.65 |
| Hex | 71 | 75 | DC | 31 | 2F | 0 | E | EE | 3C | 41 |
| Octal | 161 | 165 | 334 | 61 | 57 | 0 | 16 | 356 | 74 | 101 |
| Binary | 1110001 | 1110101 | 11011100 | 110001 | 101111 | 0 | 1110 | 11101110 | 111100 | 1000001 |
Color Harmonies of #7175DC
Complementary color
Monochromatic Colors of #7175DC
Black with #7175DC
Text Example
Text Example
White with #7175DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175DC; }
p { color: rgb(113,117,220); }
H1.HeaderClassName
{
color: #7175DC;
}
.AnyTagClassName
{
color: #7175DC;
}
</style>
background-color css
<style>
a { background-color: #7175DC; }
a { background-color: rgb(113,117,220); }
div.DivClassName
{
background-color: #7175DC;
}
.BgClassName
{
background-color: #7175DC;
}
</style>
border-color css
<style>
span { border-color: #7175DC; }
span { border-color: rgb(113,117,220); }
td.TdClassName
{
border-color: #7175DC;
}
.TagClassName
{
border-color: #7175DC;
}
</style>