Shades of Slate Blue #724EDD
Tints of Slate Blue #724EDD
RGB
CMYK
RGB Variations
Color information
#724EDD (or 0x724EDD) is known color: Slate Blue. HEX triplet: 72, 4E and DD. RGB value is (114,78,221). Sum of RGB (Red+Green+Blue) = 114+78+221=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #724EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EDD is #8DB122. Grayscale: #686868. Windows color (decimal): -9285923 or 14503538. OLE color: 14503538.
HSL color Cylindrical-coordinate representation of color #724EDD: hue angle of 255.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724EDD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 78 | 221 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.13 |
| HSL | 255.1º | 0.68% | 0.59% | - |
| HSV(B) | 255.1º | 0.65% | 0.87% | - |
| XYZ | 22.71 | 14.25 | 69.96 | - |
| YUV | 105.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 221 | 0.48 | 0.65 | 0 | 0.13 | 255.1 | 0.68 | 0.59 |
| Hex | 72 | 4E | DD | 30 | 41 | 0 | D | FF | 44 | 3B |
| Octal | 162 | 116 | 335 | 60 | 101 | 0 | 15 | 377 | 104 | 73 |
| Binary | 1110010 | 1001110 | 11011101 | 110000 | 1000001 | 0 | 1101 | 11111111 | 1000100 | 111011 |
Color Harmonies of #724EDD
Complementary color
Monochromatic Colors of #724EDD
Black with #724EDD
Text Example
Text Example
White with #724EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EDD; }
p { color: rgb(114,78,221); }
H1.HeaderClassName
{
color: #724EDD;
}
.AnyTagClassName
{
color: #724EDD;
}
</style>
background-color css
<style>
a { background-color: #724EDD; }
a { background-color: rgb(114,78,221); }
div.DivClassName
{
background-color: #724EDD;
}
.BgClassName
{
background-color: #724EDD;
}
</style>
border-color css
<style>
span { border-color: #724EDD; }
span { border-color: rgb(114,78,221); }
td.TdClassName
{
border-color: #724EDD;
}
.TagClassName
{
border-color: #724EDD;
}
</style>