Shades of Medium Slate Blue #7456FE
Tints of Medium Slate Blue #7456FE
RGB
CMYK
RGB Variations
Color information
#7456FE (or 0x7456FE) is known color: Medium Slate Blue. HEX triplet: 74, 56 and FE. RGB value is (116,86,254). Sum of RGB (Red+Green+Blue) = 116+86+254=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #7456FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7456FE is #8BA901. Grayscale: #717171. Windows color (decimal): -9152770 or 16668276. OLE color: 16668276.
HSL color Cylindrical-coordinate representation of color #7456FE: hue angle of 250.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7456FE is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 86 | 254 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.00 |
| HSL | 250.71º | 0.99% | 0.67% | - |
| HSV(B) | 250.71º | 0.66% | 1% | - |
| XYZ | 28.42 | 17.52 | 95.65 | - |
| YUV | 114.12 | 206.94 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 254 | 0.54 | 0.66 | 0 | 0.00 | 250.71 | 0.99 | 0.67 |
| Hex | 74 | 56 | FE | 36 | 42 | 0 | 0 | FB | 63 | 43 |
| Octal | 164 | 126 | 376 | 66 | 102 | 0 | 0 | 373 | 143 | 103 |
| Binary | 1110100 | 1010110 | 11111110 | 110110 | 1000010 | 0 | 0 | 11111011 | 1100011 | 1000011 |
Color Harmonies of #7456FE
Complementary color
Monochromatic Colors of #7456FE
Black with #7456FE
Text Example
Text Example
White with #7456FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7456FE; }
p { color: rgb(116,86,254); }
H1.HeaderClassName
{
color: #7456FE;
}
.AnyTagClassName
{
color: #7456FE;
}
</style>
background-color css
<style>
a { background-color: #7456FE; }
a { background-color: rgb(116,86,254); }
div.DivClassName
{
background-color: #7456FE;
}
.BgClassName
{
background-color: #7456FE;
}
</style>
border-color css
<style>
span { border-color: #7456FE; }
span { border-color: rgb(116,86,254); }
td.TdClassName
{
border-color: #7456FE;
}
.TagClassName
{
border-color: #7456FE;
}
</style>