Shades of Medium Slate Blue #7242FE
Tints of Medium Slate Blue #7242FE
RGB
CMYK
RGB Variations
Color information
#7242FE (or 0x7242FE) is known color: Medium Slate Blue. HEX triplet: 72, 42 and FE. RGB value is (114,66,254). Sum of RGB (Red+Green+Blue) = 114+66+254=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #7242FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7242FE is #8DBD01. Grayscale: #656565. Windows color (decimal): -9288962 or 16663154. OLE color: 16663154.
HSL color Cylindrical-coordinate representation of color #7242FE: hue angle of 255.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7242FE is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 66 | 254 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.00 |
| HSL | 255.32º | 0.99% | 0.63% | - |
| HSV(B) | 255.32º | 0.74% | 1% | - |
| XYZ | 26.78 | 14.63 | 95.18 | - |
| YUV | 101.78 | 213.9 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 254 | 0.55 | 0.74 | 0 | 0.00 | 255.32 | 0.99 | 0.63 |
| Hex | 72 | 42 | FE | 37 | 4A | 0 | 0 | FF | 63 | 3F |
| Octal | 162 | 102 | 376 | 67 | 112 | 0 | 0 | 377 | 143 | 77 |
| Binary | 1110010 | 1000010 | 11111110 | 110111 | 1001010 | 0 | 0 | 11111111 | 1100011 | 111111 |
Color Harmonies of #7242FE
Complementary color
Monochromatic Colors of #7242FE
Black with #7242FE
Text Example
Text Example
White with #7242FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7242FE; }
p { color: rgb(114,66,254); }
H1.HeaderClassName
{
color: #7242FE;
}
.AnyTagClassName
{
color: #7242FE;
}
</style>
background-color css
<style>
a { background-color: #7242FE; }
a { background-color: rgb(114,66,254); }
div.DivClassName
{
background-color: #7242FE;
}
.BgClassName
{
background-color: #7242FE;
}
</style>
border-color css
<style>
span { border-color: #7242FE; }
span { border-color: rgb(114,66,254); }
td.TdClassName
{
border-color: #7242FE;
}
.TagClassName
{
border-color: #7242FE;
}
</style>