Shades of Slate Blue #724ED5
Tints of Slate Blue #724ED5
RGB
CMYK
RGB Variations
Color information
#724ED5 (or 0x724ED5) is known color: Slate Blue. HEX triplet: 72, 4E and D5. RGB value is (114,78,213). Sum of RGB (Red+Green+Blue) = 114+78+213=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #724ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ED5 is #8DB12A. Grayscale: #676767. Windows color (decimal): -9285931 or 13979250. OLE color: 13979250.
HSL color Cylindrical-coordinate representation of color #724ED5: hue angle of 256º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724ED5 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 78 | 213 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.16 |
| HSL | 256º | 0.62% | 0.57% | - |
| HSV(B) | 256º | 0.63% | 0.84% | - |
| XYZ | 21.67 | 13.83 | 64.48 | - |
| YUV | 104.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 213 | 0.46 | 0.63 | 0 | 0.16 | 256 | 0.62 | 0.57 |
| Hex | 72 | 4E | D5 | 2E | 3F | 0 | 10 | 100 | 3E | 39 |
| Octal | 162 | 116 | 325 | 56 | 77 | 0 | 20 | 400 | 76 | 71 |
| Binary | 1110010 | 1001110 | 11010101 | 101110 | 111111 | 0 | 10000 | 100000000 | 111110 | 111001 |
Color Harmonies of #724ED5
Complementary color
Monochromatic Colors of #724ED5
Black with #724ED5
Text Example
Text Example
White with #724ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724ED5; }
p { color: rgb(114,78,213); }
H1.HeaderClassName
{
color: #724ED5;
}
.AnyTagClassName
{
color: #724ED5;
}
</style>
background-color css
<style>
a { background-color: #724ED5; }
a { background-color: rgb(114,78,213); }
div.DivClassName
{
background-color: #724ED5;
}
.BgClassName
{
background-color: #724ED5;
}
</style>
border-color css
<style>
span { border-color: #724ED5; }
span { border-color: rgb(114,78,213); }
td.TdClassName
{
border-color: #724ED5;
}
.TagClassName
{
border-color: #724ED5;
}
</style>