Shades of Medium Slate Blue #724CE7
Tints of Medium Slate Blue #724CE7
RGB
CMYK
RGB Variations
Color information
#724CE7 (or 0x724CE7) is known color: Medium Slate Blue. HEX triplet: 72, 4C and E7. RGB value is (114,76,231). Sum of RGB (Red+Green+Blue) = 114+76+231=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 231 (90.62% from 255 or 54.87% from 421); Max value from RGB is 231 - color contains mainly: blue. Hex color #724CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CE7 is #8DB318. Grayscale: #686868. Windows color (decimal): -9286425 or 15158386. OLE color: 15158386.
HSL color Cylindrical-coordinate representation of color #724CE7: hue angle of 254.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #724CE7 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 76 | 231 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.09 |
| HSL | 254.71º | 0.76% | 0.6% | - |
| HSV(B) | 254.71º | 0.67% | 0.91% | - |
| XYZ | 23.95 | 14.52 | 77.14 | - |
| YUV | 105.03 | 199.09 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 231 | 0.51 | 0.67 | 0 | 0.09 | 254.71 | 0.76 | 0.6 |
| Hex | 72 | 4C | E7 | 33 | 43 | 0 | 9 | FF | 4C | 3C |
| Octal | 162 | 114 | 347 | 63 | 103 | 0 | 11 | 377 | 114 | 74 |
| Binary | 1110010 | 1001100 | 11100111 | 110011 | 1000011 | 0 | 1001 | 11111111 | 1001100 | 111100 |
Color Harmonies of #724CE7
Complementary color
Monochromatic Colors of #724CE7
Black with #724CE7
Text Example
Text Example
White with #724CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CE7; }
p { color: rgb(114,76,231); }
H1.HeaderClassName
{
color: #724CE7;
}
.AnyTagClassName
{
color: #724CE7;
}
</style>
background-color css
<style>
a { background-color: #724CE7; }
a { background-color: rgb(114,76,231); }
div.DivClassName
{
background-color: #724CE7;
}
.BgClassName
{
background-color: #724CE7;
}
</style>
border-color css
<style>
span { border-color: #724CE7; }
span { border-color: rgb(114,76,231); }
td.TdClassName
{
border-color: #724CE7;
}
.TagClassName
{
border-color: #724CE7;
}
</style>