Shades of Medium Slate Blue #7244FF
Tints of Medium Slate Blue #7244FF
RGB
CMYK
RGB Variations
Color information
#7244FF (or 0x7244FF) is known color: Medium Slate Blue. HEX triplet: 72, 44 and FF. RGB value is (114,68,255). Sum of RGB (Red+Green+Blue) = 114+68+255=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #7244FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7244FF is #8DBB00. Grayscale: #666666. Windows color (decimal): -9288449 or 16729202. OLE color: 16729202.
HSL color Cylindrical-coordinate representation of color #7244FF: hue angle of 254.76º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7244FF is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 68 | 255 | - |
| CMYK | 0.55 | 0.73 | 0 | 0 |
| HSL | 254.76º | 1% | 0.63% | - |
| HSV(B) | 254.76º | 0.73% | 1% | - |
| XYZ | 27.06 | 14.93 | 96.06 | - |
| YUV | 103.07 | 213.74 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 255 | 0.55 | 0.73 | 0 | 0 | 254.76 | 1 | 0.63 |
| Hex | 72 | 44 | FF | 37 | 49 | 0 | 0 | FF | 64 | 3F |
| Octal | 162 | 104 | 377 | 67 | 111 | 0 | 0 | 377 | 144 | 77 |
| Binary | 1110010 | 1000100 | 11111111 | 110111 | 1001001 | 0 | 0 | 11111111 | 1100100 | 111111 |
Color Harmonies of #7244FF
Complementary color
Monochromatic Colors of #7244FF
Black with #7244FF
Text Example
Text Example
White with #7244FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7244FF; }
p { color: rgb(114,68,255); }
H1.HeaderClassName
{
color: #7244FF;
}
.AnyTagClassName
{
color: #7244FF;
}
</style>
background-color css
<style>
a { background-color: #7244FF; }
a { background-color: rgb(114,68,255); }
div.DivClassName
{
background-color: #7244FF;
}
.BgClassName
{
background-color: #7244FF;
}
</style>
border-color css
<style>
span { border-color: #7244FF; }
span { border-color: rgb(114,68,255); }
td.TdClassName
{
border-color: #7244FF;
}
.TagClassName
{
border-color: #7244FF;
}
</style>