Shades of Medium Slate Blue #7075F4
Tints of Medium Slate Blue #7075F4
RGB
CMYK
RGB Variations
Color information
#7075F4 (or 0x7075F4) is known color: Medium Slate Blue. HEX triplet: 70, 75 and F4. RGB value is (112,117,244). Sum of RGB (Red+Green+Blue) = 112+117+244=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #7075F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7075F4 is #8F8A0B. Grayscale: #818181. Windows color (decimal): -9406988 or 16020848. OLE color: 16020848.
HSL color Cylindrical-coordinate representation of color #7075F4: hue angle of 237.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7075F4 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 117 | 244 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.04 |
| HSL | 237.73º | 0.86% | 0.7% | - |
| HSV(B) | 237.73º | 0.54% | 0.96% | - |
| XYZ | 29.37 | 22.7 | 88.42 | - |
| YUV | 129.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 244 | 0.54 | 0.52 | 0 | 0.04 | 237.73 | 0.86 | 0.7 |
| Hex | 70 | 75 | F4 | 36 | 34 | 0 | 4 | EE | 56 | 46 |
| Octal | 160 | 165 | 364 | 66 | 64 | 0 | 4 | 356 | 126 | 106 |
| Binary | 1110000 | 1110101 | 11110100 | 110110 | 110100 | 0 | 100 | 11101110 | 1010110 | 1000110 |
Color Harmonies of #7075F4
Complementary color
Monochromatic Colors of #7075F4
Black with #7075F4
Text Example
Text Example
White with #7075F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075F4; }
p { color: rgb(112,117,244); }
H1.HeaderClassName
{
color: #7075F4;
}
.AnyTagClassName
{
color: #7075F4;
}
</style>
background-color css
<style>
a { background-color: #7075F4; }
a { background-color: rgb(112,117,244); }
div.DivClassName
{
background-color: #7075F4;
}
.BgClassName
{
background-color: #7075F4;
}
</style>
border-color css
<style>
span { border-color: #7075F4; }
span { border-color: rgb(112,117,244); }
td.TdClassName
{
border-color: #7075F4;
}
.TagClassName
{
border-color: #7075F4;
}
</style>