Shades of Medium Slate Blue #7045F3
Tints of Medium Slate Blue #7045F3
RGB
CMYK
RGB Variations
Color information
#7045F3 (or 0x7045F3) is known color: Medium Slate Blue. HEX triplet: 70, 45 and F3. RGB value is (112,69,243). Sum of RGB (Red+Green+Blue) = 112+69+243=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #7045F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045F3 is #8FBA0C. Grayscale: #656565. Windows color (decimal): -9419277 or 15943024. OLE color: 15943024.
HSL color Cylindrical-coordinate representation of color #7045F3: hue angle of 254.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7045F3 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 69 | 243 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.05 |
| HSL | 254.83º | 0.88% | 0.61% | - |
| HSV(B) | 254.83º | 0.72% | 0.95% | - |
| XYZ | 24.99 | 14.17 | 86.21 | - |
| YUV | 101.69 | 207.75 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 243 | 0.54 | 0.72 | 0 | 0.05 | 254.83 | 0.88 | 0.61 |
| Hex | 70 | 45 | F3 | 36 | 48 | 0 | 5 | FF | 58 | 3D |
| Octal | 160 | 105 | 363 | 66 | 110 | 0 | 5 | 377 | 130 | 75 |
| Binary | 1110000 | 1000101 | 11110011 | 110110 | 1001000 | 0 | 101 | 11111111 | 1011000 | 111101 |
Color Harmonies of #7045F3
Complementary color
Monochromatic Colors of #7045F3
Black with #7045F3
Text Example
Text Example
White with #7045F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045F3; }
p { color: rgb(112,69,243); }
H1.HeaderClassName
{
color: #7045F3;
}
.AnyTagClassName
{
color: #7045F3;
}
</style>
background-color css
<style>
a { background-color: #7045F3; }
a { background-color: rgb(112,69,243); }
div.DivClassName
{
background-color: #7045F3;
}
.BgClassName
{
background-color: #7045F3;
}
</style>
border-color css
<style>
span { border-color: #7045F3; }
span { border-color: rgb(112,69,243); }
td.TdClassName
{
border-color: #7045F3;
}
.TagClassName
{
border-color: #7045F3;
}
</style>