Shades of Medium Slate Blue #7242FD
Tints of Medium Slate Blue #7242FD
RGB
CMYK
RGB Variations
Color information
#7242FD (or 0x7242FD) is known color: Medium Slate Blue. HEX triplet: 72, 42 and FD. RGB value is (114,66,253). Sum of RGB (Red+Green+Blue) = 114+66+253=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #7242FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7242FD is #8DBD02. Grayscale: #646464. Windows color (decimal): -9288963 or 16597618. OLE color: 16597618.
HSL color Cylindrical-coordinate representation of color #7242FD: hue angle of 255.4º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7242FD is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 66 | 253 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.01 |
| HSL | 255.4º | 0.98% | 0.63% | - |
| HSV(B) | 255.4º | 0.74% | 0.99% | - |
| XYZ | 26.62 | 14.57 | 94.34 | - |
| YUV | 101.67 | 213.4 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 253 | 0.55 | 0.74 | 0 | 0.01 | 255.4 | 0.98 | 0.63 |
| Hex | 72 | 42 | FD | 37 | 4A | 0 | 1 | FF | 62 | 3F |
| Octal | 162 | 102 | 375 | 67 | 112 | 0 | 1 | 377 | 142 | 77 |
| Binary | 1110010 | 1000010 | 11111101 | 110111 | 1001010 | 0 | 1 | 11111111 | 1100010 | 111111 |
Color Harmonies of #7242FD
Complementary color
Monochromatic Colors of #7242FD
Black with #7242FD
Text Example
Text Example
White with #7242FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7242FD; }
p { color: rgb(114,66,253); }
H1.HeaderClassName
{
color: #7242FD;
}
.AnyTagClassName
{
color: #7242FD;
}
</style>
background-color css
<style>
a { background-color: #7242FD; }
a { background-color: rgb(114,66,253); }
div.DivClassName
{
background-color: #7242FD;
}
.BgClassName
{
background-color: #7242FD;
}
</style>
border-color css
<style>
span { border-color: #7242FD; }
span { border-color: rgb(114,66,253); }
td.TdClassName
{
border-color: #7242FD;
}
.TagClassName
{
border-color: #7242FD;
}
</style>