Shades of Slate Blue #724DDA
Tints of Slate Blue #724DDA
RGB
CMYK
RGB Variations
Color information
#724DDA (or 0x724DDA) is known color: Slate Blue. HEX triplet: 72, 4D and DA. RGB value is (114,77,218). Sum of RGB (Red+Green+Blue) = 114+77+218=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #724DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DDA is #8DB225. Grayscale: #676767. Windows color (decimal): -9286182 or 14306674. OLE color: 14306674.
HSL color Cylindrical-coordinate representation of color #724DDA: hue angle of 255.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724DDA is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 77 | 218 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.15 |
| HSL | 255.74º | 0.66% | 0.58% | - |
| HSV(B) | 255.74º | 0.65% | 0.85% | - |
| XYZ | 22.25 | 13.95 | 67.85 | - |
| YUV | 104.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 218 | 0.48 | 0.65 | 0 | 0.15 | 255.74 | 0.66 | 0.58 |
| Hex | 72 | 4D | DA | 30 | 41 | 0 | F | 100 | 42 | 3A |
| Octal | 162 | 115 | 332 | 60 | 101 | 0 | 17 | 400 | 102 | 72 |
| Binary | 1110010 | 1001101 | 11011010 | 110000 | 1000001 | 0 | 1111 | 100000000 | 1000010 | 111010 |
Color Harmonies of #724DDA
Complementary color
Monochromatic Colors of #724DDA
Black with #724DDA
Text Example
Text Example
White with #724DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DDA; }
p { color: rgb(114,77,218); }
H1.HeaderClassName
{
color: #724DDA;
}
.AnyTagClassName
{
color: #724DDA;
}
</style>
background-color css
<style>
a { background-color: #724DDA; }
a { background-color: rgb(114,77,218); }
div.DivClassName
{
background-color: #724DDA;
}
.BgClassName
{
background-color: #724DDA;
}
</style>
border-color css
<style>
span { border-color: #724DDA; }
span { border-color: rgb(114,77,218); }
td.TdClassName
{
border-color: #724DDA;
}
.TagClassName
{
border-color: #724DDA;
}
</style>