Shades of Medium Slate Blue #7055F5
Tints of Medium Slate Blue #7055F5
RGB
CMYK
RGB Variations
Color information
#7055F5 (or 0x7055F5) is known color: Medium Slate Blue. HEX triplet: 70, 55 and F5. RGB value is (112,85,245). Sum of RGB (Red+Green+Blue) = 112+85+245=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #7055F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7055F5 is #8FAA0A. Grayscale: #6E6E6E. Windows color (decimal): -9415179 or 16078192. OLE color: 16078192.
HSL color Cylindrical-coordinate representation of color #7055F5: hue angle of 250.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7055F5 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 85 | 245 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.04 |
| HSL | 250.13º | 0.89% | 0.65% | - |
| HSV(B) | 250.13º | 0.65% | 0.96% | - |
| XYZ | 26.41 | 16.53 | 88.19 | - |
| YUV | 111.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 245 | 0.54 | 0.65 | 0 | 0.04 | 250.13 | 0.89 | 0.65 |
| Hex | 70 | 55 | F5 | 36 | 41 | 0 | 4 | FA | 59 | 41 |
| Octal | 160 | 125 | 365 | 66 | 101 | 0 | 4 | 372 | 131 | 101 |
| Binary | 1110000 | 1010101 | 11110101 | 110110 | 1000001 | 0 | 100 | 11111010 | 1011001 | 1000001 |
Color Harmonies of #7055F5
Complementary color
Monochromatic Colors of #7055F5
Black with #7055F5
Text Example
Text Example
White with #7055F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7055F5; }
p { color: rgb(112,85,245); }
H1.HeaderClassName
{
color: #7055F5;
}
.AnyTagClassName
{
color: #7055F5;
}
</style>
background-color css
<style>
a { background-color: #7055F5; }
a { background-color: rgb(112,85,245); }
div.DivClassName
{
background-color: #7055F5;
}
.BgClassName
{
background-color: #7055F5;
}
</style>
border-color css
<style>
span { border-color: #7055F5; }
span { border-color: rgb(112,85,245); }
td.TdClassName
{
border-color: #7055F5;
}
.TagClassName
{
border-color: #7055F5;
}
</style>