Shades of Medium Slate Blue #7075DD
Tints of Medium Slate Blue #7075DD
RGB
CMYK
RGB Variations
Color information
#7075DD (or 0x7075DD) is known color: Medium Slate Blue. HEX triplet: 70, 75 and DD. RGB value is (112,117,221). Sum of RGB (Red+Green+Blue) = 112+117+221=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #7075DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075DD is #8F8A22. Grayscale: #7E7E7E. Windows color (decimal): -9407011 or 14513520. OLE color: 14513520.
HSL color Cylindrical-coordinate representation of color #7075DD: hue angle of 237.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7075DD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 117 | 221 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.13 |
| HSL | 237.25º | 0.62% | 0.65% | - |
| HSV(B) | 237.25º | 0.49% | 0.87% | - |
| XYZ | 26.09 | 21.39 | 71.16 | - |
| YUV | 127.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 221 | 0.49 | 0.47 | 0 | 0.13 | 237.25 | 0.62 | 0.65 |
| Hex | 70 | 75 | DD | 31 | 2F | 0 | D | ED | 3E | 41 |
| Octal | 160 | 165 | 335 | 61 | 57 | 0 | 15 | 355 | 76 | 101 |
| Binary | 1110000 | 1110101 | 11011101 | 110001 | 101111 | 0 | 1101 | 11101101 | 111110 | 1000001 |
Color Harmonies of #7075DD
Complementary color
Monochromatic Colors of #7075DD
Black with #7075DD
Text Example
Text Example
White with #7075DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075DD; }
p { color: rgb(112,117,221); }
H1.HeaderClassName
{
color: #7075DD;
}
.AnyTagClassName
{
color: #7075DD;
}
</style>
background-color css
<style>
a { background-color: #7075DD; }
a { background-color: rgb(112,117,221); }
div.DivClassName
{
background-color: #7075DD;
}
.BgClassName
{
background-color: #7075DD;
}
</style>
border-color css
<style>
span { border-color: #7075DD; }
span { border-color: rgb(112,117,221); }
td.TdClassName
{
border-color: #7075DD;
}
.TagClassName
{
border-color: #7075DD;
}
</style>