Shades of Medium Slate Blue #7044F5
Tints of Medium Slate Blue #7044F5
RGB
CMYK
RGB Variations
Color information
#7044F5 (or 0x7044F5) is known color: Medium Slate Blue. HEX triplet: 70, 44 and F5. RGB value is (112,68,245). Sum of RGB (Red+Green+Blue) = 112+68+245=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #7044F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7044F5 is #8FBB0A. Grayscale: #646464. Windows color (decimal): -9419531 or 16073840. OLE color: 16073840.
HSL color Cylindrical-coordinate representation of color #7044F5: hue angle of 254.92º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7044F5 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 68 | 245 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.04 |
| HSL | 254.92º | 0.9% | 0.61% | - |
| HSV(B) | 254.92º | 0.72% | 0.96% | - |
| XYZ | 25.23 | 14.17 | 87.79 | - |
| YUV | 101.33 | 209.08 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 245 | 0.54 | 0.72 | 0 | 0.04 | 254.92 | 0.9 | 0.61 |
| Hex | 70 | 44 | F5 | 36 | 48 | 0 | 4 | FF | 5A | 3D |
| Octal | 160 | 104 | 365 | 66 | 110 | 0 | 4 | 377 | 132 | 75 |
| Binary | 1110000 | 1000100 | 11110101 | 110110 | 1001000 | 0 | 100 | 11111111 | 1011010 | 111101 |
Color Harmonies of #7044F5
Complementary color
Monochromatic Colors of #7044F5
Black with #7044F5
Text Example
Text Example
White with #7044F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7044F5; }
p { color: rgb(112,68,245); }
H1.HeaderClassName
{
color: #7044F5;
}
.AnyTagClassName
{
color: #7044F5;
}
</style>
background-color css
<style>
a { background-color: #7044F5; }
a { background-color: rgb(112,68,245); }
div.DivClassName
{
background-color: #7044F5;
}
.BgClassName
{
background-color: #7044F5;
}
</style>
border-color css
<style>
span { border-color: #7044F5; }
span { border-color: rgb(112,68,245); }
td.TdClassName
{
border-color: #7044F5;
}
.TagClassName
{
border-color: #7044F5;
}
</style>