Shades of Medium Slate Blue #7241FD
Tints of Medium Slate Blue #7241FD
RGB
CMYK
RGB Variations
Color information
#7241FD (or 0x7241FD) is known color: Medium Slate Blue. HEX triplet: 72, 41 and FD. RGB value is (114,65,253). Sum of RGB (Red+Green+Blue) = 114+65+253=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #7241FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7241FD is #8DBE02. Grayscale: #646464. Windows color (decimal): -9289219 or 16597362. OLE color: 16597362.
HSL color Cylindrical-coordinate representation of color #7241FD: hue angle of 255.64º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7241FD is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 65 | 253 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.01 |
| HSL | 255.64º | 0.98% | 0.62% | - |
| HSV(B) | 255.64º | 0.74% | 0.99% | - |
| XYZ | 26.56 | 14.45 | 94.32 | - |
| YUV | 101.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 253 | 0.55 | 0.74 | 0 | 0.01 | 255.64 | 0.98 | 0.62 |
| Hex | 72 | 41 | FD | 37 | 4A | 0 | 1 | 100 | 62 | 3E |
| Octal | 162 | 101 | 375 | 67 | 112 | 0 | 1 | 400 | 142 | 76 |
| Binary | 1110010 | 1000001 | 11111101 | 110111 | 1001010 | 0 | 1 | 100000000 | 1100010 | 111110 |
Color Harmonies of #7241FD
Complementary color
Monochromatic Colors of #7241FD
Black with #7241FD
Text Example
Text Example
White with #7241FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7241FD; }
p { color: rgb(114,65,253); }
H1.HeaderClassName
{
color: #7241FD;
}
.AnyTagClassName
{
color: #7241FD;
}
</style>
background-color css
<style>
a { background-color: #7241FD; }
a { background-color: rgb(114,65,253); }
div.DivClassName
{
background-color: #7241FD;
}
.BgClassName
{
background-color: #7241FD;
}
</style>
border-color css
<style>
span { border-color: #7241FD; }
span { border-color: rgb(114,65,253); }
td.TdClassName
{
border-color: #7241FD;
}
.TagClassName
{
border-color: #7241FD;
}
</style>