Shades of Medium Slate Blue #7456F3
Tints of Medium Slate Blue #7456F3
RGB
CMYK
RGB Variations
Color information
#7456F3 (or 0x7456F3) is known color: Medium Slate Blue. HEX triplet: 74, 56 and F3. RGB value is (116,86,243). Sum of RGB (Red+Green+Blue) = 116+86+243=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 243 (95.31% from 255 or 54.61% from 445); Max value from RGB is 243 - color contains mainly: blue. Hex color #7456F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7456F3 is #8BA90C. Grayscale: #707070. Windows color (decimal): -9152781 or 15947380. OLE color: 15947380.
HSL color Cylindrical-coordinate representation of color #7456F3: hue angle of 251.46º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7456F3 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 86 | 243 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.05 |
| HSL | 251.47º | 0.87% | 0.65% | - |
| HSV(B) | 251.47º | 0.65% | 0.95% | - |
| XYZ | 26.71 | 16.84 | 86.64 | - |
| YUV | 112.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 243 | 0.52 | 0.65 | 0 | 0.05 | 251.47 | 0.87 | 0.65 |
| Hex | 74 | 56 | F3 | 34 | 41 | 0 | 5 | FB | 57 | 41 |
| Octal | 164 | 126 | 363 | 64 | 101 | 0 | 5 | 373 | 127 | 101 |
| Binary | 1110100 | 1010110 | 11110011 | 110100 | 1000001 | 0 | 101 | 11111011 | 1010111 | 1000001 |
Color Harmonies of #7456F3
Complementary color
Monochromatic Colors of #7456F3
Black with #7456F3
Text Example
Text Example
White with #7456F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7456F3; }
p { color: rgb(116,86,243); }
H1.HeaderClassName
{
color: #7456F3;
}
.AnyTagClassName
{
color: #7456F3;
}
</style>
background-color css
<style>
a { background-color: #7456F3; }
a { background-color: rgb(116,86,243); }
div.DivClassName
{
background-color: #7456F3;
}
.BgClassName
{
background-color: #7456F3;
}
</style>
border-color css
<style>
span { border-color: #7456F3; }
span { border-color: rgb(116,86,243); }
td.TdClassName
{
border-color: #7456F3;
}
.TagClassName
{
border-color: #7456F3;
}
</style>