Shades of Medium Slate Blue #7050FE
Tints of Medium Slate Blue #7050FE
RGB
CMYK
RGB Variations
Color information
#7050FE (or 0x7050FE) is known color: Medium Slate Blue. HEX triplet: 70, 50 and FE. RGB value is (112,80,254). Sum of RGB (Red+Green+Blue) = 112+80+254=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #7050FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7050FE is #8FAF01. Grayscale: #6C6C6C. Windows color (decimal): -9416450 or 16666736. OLE color: 16666736.
HSL color Cylindrical-coordinate representation of color #7050FE: hue angle of 251.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7050FE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 80 | 254 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.00 |
| HSL | 251.03º | 0.99% | 0.65% | - |
| HSV(B) | 251.03º | 0.69% | 1% | - |
| XYZ | 27.44 | 16.34 | 95.47 | - |
| YUV | 109.4 | 209.6 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 254 | 0.56 | 0.69 | 0 | 0.00 | 251.03 | 0.99 | 0.65 |
| Hex | 70 | 50 | FE | 38 | 45 | 0 | 0 | FB | 63 | 41 |
| Octal | 160 | 120 | 376 | 70 | 105 | 0 | 0 | 373 | 143 | 101 |
| Binary | 1110000 | 1010000 | 11111110 | 111000 | 1000101 | 0 | 0 | 11111011 | 1100011 | 1000001 |
Color Harmonies of #7050FE
Complementary color
Monochromatic Colors of #7050FE
Black with #7050FE
Text Example
Text Example
White with #7050FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7050FE; }
p { color: rgb(112,80,254); }
H1.HeaderClassName
{
color: #7050FE;
}
.AnyTagClassName
{
color: #7050FE;
}
</style>
background-color css
<style>
a { background-color: #7050FE; }
a { background-color: rgb(112,80,254); }
div.DivClassName
{
background-color: #7050FE;
}
.BgClassName
{
background-color: #7050FE;
}
</style>
border-color css
<style>
span { border-color: #7050FE; }
span { border-color: rgb(112,80,254); }
td.TdClassName
{
border-color: #7050FE;
}
.TagClassName
{
border-color: #7050FE;
}
</style>