Shades of Medium Slate Blue #7240FC
Tints of Medium Slate Blue #7240FC
RGB
CMYK
RGB Variations
Color information
#7240FC (or 0x7240FC) is known color: Medium Slate Blue. HEX triplet: 72, 40 and FC. RGB value is (114,64,252). Sum of RGB (Red+Green+Blue) = 114+64+252=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #7240FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7240FC is #8DBF03. Grayscale: #636363. Windows color (decimal): -9289476 or 16531570. OLE color: 16531570.
HSL color Cylindrical-coordinate representation of color #7240FC: hue angle of 255.96º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7240FC is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 64 | 252 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.01 |
| HSL | 255.96º | 0.97% | 0.62% | - |
| HSV(B) | 255.96º | 0.75% | 0.99% | - |
| XYZ | 26.34 | 14.27 | 93.46 | - |
| YUV | 100.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 252 | 0.55 | 0.75 | 0 | 0.01 | 255.96 | 0.97 | 0.62 |
| Hex | 72 | 40 | FC | 37 | 4B | 0 | 1 | 100 | 61 | 3E |
| Octal | 162 | 100 | 374 | 67 | 113 | 0 | 1 | 400 | 141 | 76 |
| Binary | 1110010 | 1000000 | 11111100 | 110111 | 1001011 | 0 | 1 | 100000000 | 1100001 | 111110 |
Color Harmonies of #7240FC
Complementary color
Monochromatic Colors of #7240FC
Black with #7240FC
Text Example
Text Example
White with #7240FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7240FC; }
p { color: rgb(114,64,252); }
H1.HeaderClassName
{
color: #7240FC;
}
.AnyTagClassName
{
color: #7240FC;
}
</style>
background-color css
<style>
a { background-color: #7240FC; }
a { background-color: rgb(114,64,252); }
div.DivClassName
{
background-color: #7240FC;
}
.BgClassName
{
background-color: #7240FC;
}
</style>
border-color css
<style>
span { border-color: #7240FC; }
span { border-color: rgb(114,64,252); }
td.TdClassName
{
border-color: #7240FC;
}
.TagClassName
{
border-color: #7240FC;
}
</style>