Shades of Slate Blue #724DDD
Tints of Slate Blue #724DDD
RGB
CMYK
RGB Variations
Color information
#724DDD (or 0x724DDD) is known color: Slate Blue. HEX triplet: 72, 4D and DD. RGB value is (114,77,221). Sum of RGB (Red+Green+Blue) = 114+77+221=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #724DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DDD is #8DB222. Grayscale: #676767. Windows color (decimal): -9286179 or 14503282. OLE color: 14503282.
HSL color Cylindrical-coordinate representation of color #724DDD: hue angle of 255.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724DDD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 77 | 221 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.13 |
| HSL | 255.42º | 0.68% | 0.58% | - |
| HSV(B) | 255.42º | 0.65% | 0.87% | - |
| XYZ | 22.64 | 14.11 | 69.94 | - |
| YUV | 104.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 221 | 0.48 | 0.65 | 0 | 0.13 | 255.42 | 0.68 | 0.58 |
| Hex | 72 | 4D | DD | 30 | 41 | 0 | D | FF | 44 | 3A |
| Octal | 162 | 115 | 335 | 60 | 101 | 0 | 15 | 377 | 104 | 72 |
| Binary | 1110010 | 1001101 | 11011101 | 110000 | 1000001 | 0 | 1101 | 11111111 | 1000100 | 111010 |
Color Harmonies of #724DDD
Complementary color
Monochromatic Colors of #724DDD
Black with #724DDD
Text Example
Text Example
White with #724DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DDD; }
p { color: rgb(114,77,221); }
H1.HeaderClassName
{
color: #724DDD;
}
.AnyTagClassName
{
color: #724DDD;
}
</style>
background-color css
<style>
a { background-color: #724DDD; }
a { background-color: rgb(114,77,221); }
div.DivClassName
{
background-color: #724DDD;
}
.BgClassName
{
background-color: #724DDD;
}
</style>
border-color css
<style>
span { border-color: #724DDD; }
span { border-color: rgb(114,77,221); }
td.TdClassName
{
border-color: #724DDD;
}
.TagClassName
{
border-color: #724DDD;
}
</style>