Shades of Medium Slate Blue #7075EF
Tints of Medium Slate Blue #7075EF
RGB
CMYK
RGB Variations
Color information
#7075EF (or 0x7075EF) is known color: Medium Slate Blue. HEX triplet: 70, 75 and EF. RGB value is (112,117,239). Sum of RGB (Red+Green+Blue) = 112+117+239=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #7075EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7075EF is #8F8A10. Grayscale: #808080. Windows color (decimal): -9406993 or 15693168. OLE color: 15693168.
HSL color Cylindrical-coordinate representation of color #7075EF: hue angle of 237.64º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7075EF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 117 | 239 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.06 |
| HSL | 237.64º | 0.8% | 0.69% | - |
| HSV(B) | 237.64º | 0.53% | 0.94% | - |
| XYZ | 28.62 | 22.4 | 84.48 | - |
| YUV | 129.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 239 | 0.53 | 0.51 | 0 | 0.06 | 237.64 | 0.8 | 0.69 |
| Hex | 70 | 75 | EF | 35 | 33 | 0 | 6 | EE | 50 | 45 |
| Octal | 160 | 165 | 357 | 65 | 63 | 0 | 6 | 356 | 120 | 105 |
| Binary | 1110000 | 1110101 | 11101111 | 110101 | 110011 | 0 | 110 | 11101110 | 1010000 | 1000101 |
Color Harmonies of #7075EF
Complementary color
Monochromatic Colors of #7075EF
Black with #7075EF
Text Example
Text Example
White with #7075EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075EF; }
p { color: rgb(112,117,239); }
H1.HeaderClassName
{
color: #7075EF;
}
.AnyTagClassName
{
color: #7075EF;
}
</style>
background-color css
<style>
a { background-color: #7075EF; }
a { background-color: rgb(112,117,239); }
div.DivClassName
{
background-color: #7075EF;
}
.BgClassName
{
background-color: #7075EF;
}
</style>
border-color css
<style>
span { border-color: #7075EF; }
span { border-color: rgb(112,117,239); }
td.TdClassName
{
border-color: #7075EF;
}
.TagClassName
{
border-color: #7075EF;
}
</style>