Shades of Medium Slate Blue #7075DC
Tints of Medium Slate Blue #7075DC
RGB
CMYK
RGB Variations
Color information
#7075DC (or 0x7075DC) is known color: Medium Slate Blue. HEX triplet: 70, 75 and DC. RGB value is (112,117,220). Sum of RGB (Red+Green+Blue) = 112+117+220=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #7075DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075DC is #8F8A23. Grayscale: #7E7E7E. Windows color (decimal): -9407012 or 14447984. OLE color: 14447984.
HSL color Cylindrical-coordinate representation of color #7075DC: hue angle of 237.22º degrees, saturation: 0.61, 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 #7075DC is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 117 | 220 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.14 |
| HSL | 237.22º | 0.61% | 0.65% | - |
| HSV(B) | 237.22º | 0.49% | 0.86% | - |
| XYZ | 25.96 | 21.33 | 70.46 | - |
| YUV | 127.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 220 | 0.49 | 0.47 | 0 | 0.14 | 237.22 | 0.61 | 0.65 |
| Hex | 70 | 75 | DC | 31 | 2F | 0 | E | ED | 3D | 41 |
| Octal | 160 | 165 | 334 | 61 | 57 | 0 | 16 | 355 | 75 | 101 |
| Binary | 1110000 | 1110101 | 11011100 | 110001 | 101111 | 0 | 1110 | 11101101 | 111101 | 1000001 |
Color Harmonies of #7075DC
Complementary color
Monochromatic Colors of #7075DC
Black with #7075DC
Text Example
Text Example
White with #7075DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075DC; }
p { color: rgb(112,117,220); }
H1.HeaderClassName
{
color: #7075DC;
}
.AnyTagClassName
{
color: #7075DC;
}
</style>
background-color css
<style>
a { background-color: #7075DC; }
a { background-color: rgb(112,117,220); }
div.DivClassName
{
background-color: #7075DC;
}
.BgClassName
{
background-color: #7075DC;
}
</style>
border-color css
<style>
span { border-color: #7075DC; }
span { border-color: rgb(112,117,220); }
td.TdClassName
{
border-color: #7075DC;
}
.TagClassName
{
border-color: #7075DC;
}
</style>