Shades of Medium Slate Blue #7453FE
Tints of Medium Slate Blue #7453FE
RGB
CMYK
RGB Variations
Color information
#7453FE (or 0x7453FE) is known color: Medium Slate Blue. HEX triplet: 74, 53 and FE. RGB value is (116,83,254). Sum of RGB (Red+Green+Blue) = 116+83+254=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #7453FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7453FE is #8BAC01. Grayscale: #6F6F6F. Windows color (decimal): -9153538 or 16667508. OLE color: 16667508.
HSL color Cylindrical-coordinate representation of color #7453FE: hue angle of 251.58º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7453FE is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 83 | 254 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.00 |
| HSL | 251.58º | 0.99% | 0.66% | - |
| HSV(B) | 251.58º | 0.67% | 1% | - |
| XYZ | 28.19 | 17.06 | 95.57 | - |
| YUV | 112.36 | 207.93 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 254 | 0.54 | 0.67 | 0 | 0.00 | 251.58 | 0.99 | 0.66 |
| Hex | 74 | 53 | FE | 36 | 43 | 0 | 0 | FC | 63 | 42 |
| Octal | 164 | 123 | 376 | 66 | 103 | 0 | 0 | 374 | 143 | 102 |
| Binary | 1110100 | 1010011 | 11111110 | 110110 | 1000011 | 0 | 0 | 11111100 | 1100011 | 1000010 |
Color Harmonies of #7453FE
Complementary color
Monochromatic Colors of #7453FE
Black with #7453FE
Text Example
Text Example
White with #7453FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7453FE; }
p { color: rgb(116,83,254); }
H1.HeaderClassName
{
color: #7453FE;
}
.AnyTagClassName
{
color: #7453FE;
}
</style>
background-color css
<style>
a { background-color: #7453FE; }
a { background-color: rgb(116,83,254); }
div.DivClassName
{
background-color: #7453FE;
}
.BgClassName
{
background-color: #7453FE;
}
</style>
border-color css
<style>
span { border-color: #7453FE; }
span { border-color: rgb(116,83,254); }
td.TdClassName
{
border-color: #7453FE;
}
.TagClassName
{
border-color: #7453FE;
}
</style>