Shades of Medium Slate Blue #7241FE
Tints of Medium Slate Blue #7241FE
RGB
CMYK
RGB Variations
Color information
#7241FE (or 0x7241FE) is known color: Medium Slate Blue. HEX triplet: 72, 41 and FE. RGB value is (114,65,254). Sum of RGB (Red+Green+Blue) = 114+65+254=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #7241FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7241FE is #8DBE01. Grayscale: #646464. Windows color (decimal): -9289218 or 16662898. OLE color: 16662898.
HSL color Cylindrical-coordinate representation of color #7241FE: hue angle of 255.56º 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 #7241FE is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 65 | 254 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.00 |
| HSL | 255.56º | 0.99% | 0.63% | - |
| HSV(B) | 255.56º | 0.74% | 1% | - |
| XYZ | 26.72 | 14.51 | 95.16 | - |
| YUV | 101.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 254 | 0.55 | 0.74 | 0 | 0.00 | 255.56 | 0.99 | 0.63 |
| Hex | 72 | 41 | FE | 37 | 4A | 0 | 0 | 100 | 63 | 3F |
| Octal | 162 | 101 | 376 | 67 | 112 | 0 | 0 | 400 | 143 | 77 |
| Binary | 1110010 | 1000001 | 11111110 | 110111 | 1001010 | 0 | 0 | 100000000 | 1100011 | 111111 |
Color Harmonies of #7241FE
Complementary color
Monochromatic Colors of #7241FE
Black with #7241FE
Text Example
Text Example
White with #7241FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7241FE; }
p { color: rgb(114,65,254); }
H1.HeaderClassName
{
color: #7241FE;
}
.AnyTagClassName
{
color: #7241FE;
}
</style>
background-color css
<style>
a { background-color: #7241FE; }
a { background-color: rgb(114,65,254); }
div.DivClassName
{
background-color: #7241FE;
}
.BgClassName
{
background-color: #7241FE;
}
</style>
border-color css
<style>
span { border-color: #7241FE; }
span { border-color: rgb(114,65,254); }
td.TdClassName
{
border-color: #7241FE;
}
.TagClassName
{
border-color: #7241FE;
}
</style>