Shades of Slate Blue #724DD4
Tints of Slate Blue #724DD4
RGB
CMYK
RGB Variations
Color information
#724DD4 (or 0x724DD4) is known color: Slate Blue. HEX triplet: 72, 4D and D4. RGB value is (114,77,212). Sum of RGB (Red+Green+Blue) = 114+77+212=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #724DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DD4 is #8DB22B. Grayscale: #666666. Windows color (decimal): -9286188 or 13913458. OLE color: 13913458.
HSL color Cylindrical-coordinate representation of color #724DD4: hue angle of 256.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #724DD4 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 77 | 212 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.17 |
| HSL | 256.44º | 0.61% | 0.57% | - |
| HSV(B) | 256.44º | 0.64% | 0.83% | - |
| XYZ | 21.48 | 13.64 | 63.79 | - |
| YUV | 103.45 | 189.26 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 212 | 0.46 | 0.64 | 0 | 0.17 | 256.44 | 0.61 | 0.57 |
| Hex | 72 | 4D | D4 | 2E | 40 | 0 | 11 | 100 | 3D | 39 |
| Octal | 162 | 115 | 324 | 56 | 100 | 0 | 21 | 400 | 75 | 71 |
| Binary | 1110010 | 1001101 | 11010100 | 101110 | 1000000 | 0 | 10001 | 100000000 | 111101 | 111001 |
Color Harmonies of #724DD4
Complementary color
Monochromatic Colors of #724DD4
Black with #724DD4
Text Example
Text Example
White with #724DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DD4; }
p { color: rgb(114,77,212); }
H1.HeaderClassName
{
color: #724DD4;
}
.AnyTagClassName
{
color: #724DD4;
}
</style>
background-color css
<style>
a { background-color: #724DD4; }
a { background-color: rgb(114,77,212); }
div.DivClassName
{
background-color: #724DD4;
}
.BgClassName
{
background-color: #724DD4;
}
</style>
border-color css
<style>
span { border-color: #724DD4; }
span { border-color: rgb(114,77,212); }
td.TdClassName
{
border-color: #724DD4;
}
.TagClassName
{
border-color: #724DD4;
}
</style>