Shades of Medium Slate Blue #724EE7
Tints of Medium Slate Blue #724EE7
RGB
CMYK
RGB Variations
Color information
#724EE7 (or 0x724EE7) is known color: Medium Slate Blue. HEX triplet: 72, 4E and E7. RGB value is (114,78,231). Sum of RGB (Red+Green+Blue) = 114+78+231=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #724EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724EE7 is #8DB118. Grayscale: #696969. Windows color (decimal): -9285913 or 15158898. OLE color: 15158898.
HSL color Cylindrical-coordinate representation of color #724EE7: hue angle of 254.12º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724EE7 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 78 | 231 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.09 |
| HSL | 254.12º | 0.76% | 0.61% | - |
| HSV(B) | 254.12º | 0.66% | 0.91% | - |
| XYZ | 24.09 | 14.8 | 77.19 | - |
| YUV | 106.21 | 198.43 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 231 | 0.51 | 0.66 | 0 | 0.09 | 254.12 | 0.76 | 0.61 |
| Hex | 72 | 4E | E7 | 33 | 42 | 0 | 9 | FE | 4C | 3D |
| Octal | 162 | 116 | 347 | 63 | 102 | 0 | 11 | 376 | 114 | 75 |
| Binary | 1110010 | 1001110 | 11100111 | 110011 | 1000010 | 0 | 1001 | 11111110 | 1001100 | 111101 |
Color Harmonies of #724EE7
Complementary color
Monochromatic Colors of #724EE7
Black with #724EE7
Text Example
Text Example
White with #724EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EE7; }
p { color: rgb(114,78,231); }
H1.HeaderClassName
{
color: #724EE7;
}
.AnyTagClassName
{
color: #724EE7;
}
</style>
background-color css
<style>
a { background-color: #724EE7; }
a { background-color: rgb(114,78,231); }
div.DivClassName
{
background-color: #724EE7;
}
.BgClassName
{
background-color: #724EE7;
}
</style>
border-color css
<style>
span { border-color: #724EE7; }
span { border-color: rgb(114,78,231); }
td.TdClassName
{
border-color: #724EE7;
}
.TagClassName
{
border-color: #724EE7;
}
</style>