Shades of Medium Slate Blue #7055EF
Tints of Medium Slate Blue #7055EF
RGB
CMYK
RGB Variations
Color information
#7055EF (or 0x7055EF) is known color: Medium Slate Blue. HEX triplet: 70, 55 and EF. RGB value is (112,85,239). Sum of RGB (Red+Green+Blue) = 112+85+239=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #7055EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7055EF is #8FAA10. Grayscale: #6E6E6E. Windows color (decimal): -9415185 or 15684976. OLE color: 15684976.
HSL color Cylindrical-coordinate representation of color #7055EF: hue angle of 250.52º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7055EF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 85 | 239 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.06 |
| HSL | 250.52º | 0.83% | 0.64% | - |
| HSV(B) | 250.52º | 0.64% | 0.94% | - |
| XYZ | 25.51 | 16.17 | 83.44 | - |
| YUV | 110.63 | 200.45 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 239 | 0.53 | 0.64 | 0 | 0.06 | 250.52 | 0.83 | 0.64 |
| Hex | 70 | 55 | EF | 35 | 40 | 0 | 6 | FB | 53 | 40 |
| Octal | 160 | 125 | 357 | 65 | 100 | 0 | 6 | 373 | 123 | 100 |
| Binary | 1110000 | 1010101 | 11101111 | 110101 | 1000000 | 0 | 110 | 11111011 | 1010011 | 1000000 |
Color Harmonies of #7055EF
Complementary color
Monochromatic Colors of #7055EF
Black with #7055EF
Text Example
Text Example
White with #7055EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7055EF; }
p { color: rgb(112,85,239); }
H1.HeaderClassName
{
color: #7055EF;
}
.AnyTagClassName
{
color: #7055EF;
}
</style>
background-color css
<style>
a { background-color: #7055EF; }
a { background-color: rgb(112,85,239); }
div.DivClassName
{
background-color: #7055EF;
}
.BgClassName
{
background-color: #7055EF;
}
</style>
border-color css
<style>
span { border-color: #7055EF; }
span { border-color: rgb(112,85,239); }
td.TdClassName
{
border-color: #7055EF;
}
.TagClassName
{
border-color: #7055EF;
}
</style>