Shades of Medium Slate Blue #724CE8
Tints of Medium Slate Blue #724CE8
RGB
CMYK
RGB Variations
Color information
#724CE8 (or 0x724CE8) is known color: Medium Slate Blue. HEX triplet: 72, 4C and E8. RGB value is (114,76,232). Sum of RGB (Red+Green+Blue) = 114+76+232=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #724CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CE8 is #8DB317. Grayscale: #686868. Windows color (decimal): -9286424 or 15223922. OLE color: 15223922.
HSL color Cylindrical-coordinate representation of color #724CE8: hue angle of 254.62º degrees, saturation: 0.77, 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 #724CE8 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 76 | 232 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.09 |
| HSL | 254.62º | 0.77% | 0.6% | - |
| HSV(B) | 254.62º | 0.67% | 0.91% | - |
| XYZ | 24.09 | 14.57 | 77.89 | - |
| YUV | 105.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 232 | 0.51 | 0.67 | 0 | 0.09 | 254.62 | 0.77 | 0.6 |
| Hex | 72 | 4C | E8 | 33 | 43 | 0 | 9 | FF | 4D | 3C |
| Octal | 162 | 114 | 350 | 63 | 103 | 0 | 11 | 377 | 115 | 74 |
| Binary | 1110010 | 1001100 | 11101000 | 110011 | 1000011 | 0 | 1001 | 11111111 | 1001101 | 111100 |
Color Harmonies of #724CE8
Complementary color
Monochromatic Colors of #724CE8
Black with #724CE8
Text Example
Text Example
White with #724CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CE8; }
p { color: rgb(114,76,232); }
H1.HeaderClassName
{
color: #724CE8;
}
.AnyTagClassName
{
color: #724CE8;
}
</style>
background-color css
<style>
a { background-color: #724CE8; }
a { background-color: rgb(114,76,232); }
div.DivClassName
{
background-color: #724CE8;
}
.BgClassName
{
background-color: #724CE8;
}
</style>
border-color css
<style>
span { border-color: #724CE8; }
span { border-color: rgb(114,76,232); }
td.TdClassName
{
border-color: #724CE8;
}
.TagClassName
{
border-color: #724CE8;
}
</style>