Shades of Medium Slate Blue #7240FA
Tints of Medium Slate Blue #7240FA
RGB
CMYK
RGB Variations
Color information
#7240FA (or 0x7240FA) is known color: Medium Slate Blue. HEX triplet: 72, 40 and FA. RGB value is (114,64,250). Sum of RGB (Red+Green+Blue) = 114+64+250=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #7240FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7240FA is #8DBF05. Grayscale: #636363. Windows color (decimal): -9289478 or 16400498. OLE color: 16400498.
HSL color Cylindrical-coordinate representation of color #7240FA: hue angle of 256.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7240FA is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 64 | 250 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.02 |
| HSL | 256.13º | 0.95% | 0.62% | - |
| HSV(B) | 256.13º | 0.74% | 0.98% | - |
| XYZ | 26.03 | 14.15 | 91.8 | - |
| YUV | 100.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 250 | 0.54 | 0.74 | 0 | 0.02 | 256.13 | 0.95 | 0.62 |
| Hex | 72 | 40 | FA | 36 | 4A | 0 | 2 | 100 | 5F | 3E |
| Octal | 162 | 100 | 372 | 66 | 112 | 0 | 2 | 400 | 137 | 76 |
| Binary | 1110010 | 1000000 | 11111010 | 110110 | 1001010 | 0 | 10 | 100000000 | 1011111 | 111110 |
Color Harmonies of #7240FA
Complementary color
Monochromatic Colors of #7240FA
Black with #7240FA
Text Example
Text Example
White with #7240FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7240FA; }
p { color: rgb(114,64,250); }
H1.HeaderClassName
{
color: #7240FA;
}
.AnyTagClassName
{
color: #7240FA;
}
</style>
background-color css
<style>
a { background-color: #7240FA; }
a { background-color: rgb(114,64,250); }
div.DivClassName
{
background-color: #7240FA;
}
.BgClassName
{
background-color: #7240FA;
}
</style>
border-color css
<style>
span { border-color: #7240FA; }
span { border-color: rgb(114,64,250); }
td.TdClassName
{
border-color: #7240FA;
}
.TagClassName
{
border-color: #7240FA;
}
</style>