Shades of Slate Blue #724AD3
Tints of Slate Blue #724AD3
RGB
CMYK
RGB Variations
Color information
#724AD3 (or 0x724AD3) is known color: Slate Blue. HEX triplet: 72, 4A and D3. RGB value is (114,74,211). Sum of RGB (Red+Green+Blue) = 114+74+211=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #724AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724AD3 is #8DB52C. Grayscale: #656565. Windows color (decimal): -9286957 or 13847154. OLE color: 13847154.
HSL color Cylindrical-coordinate representation of color #724AD3: hue angle of 257.52º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724AD3 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 74 | 211 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.17 |
| HSL | 257.52º | 0.61% | 0.56% | - |
| HSV(B) | 257.52º | 0.65% | 0.83% | - |
| XYZ | 21.15 | 13.18 | 63.06 | - |
| YUV | 101.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 211 | 0.46 | 0.65 | 0 | 0.17 | 257.52 | 0.61 | 0.56 |
| Hex | 72 | 4A | D3 | 2E | 41 | 0 | 11 | 102 | 3D | 38 |
| Octal | 162 | 112 | 323 | 56 | 101 | 0 | 21 | 402 | 75 | 70 |
| Binary | 1110010 | 1001010 | 11010011 | 101110 | 1000001 | 0 | 10001 | 100000010 | 111101 | 111000 |
Color Harmonies of #724AD3
Complementary color
Monochromatic Colors of #724AD3
Black with #724AD3
Text Example
Text Example
White with #724AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AD3; }
p { color: rgb(114,74,211); }
H1.HeaderClassName
{
color: #724AD3;
}
.AnyTagClassName
{
color: #724AD3;
}
</style>
background-color css
<style>
a { background-color: #724AD3; }
a { background-color: rgb(114,74,211); }
div.DivClassName
{
background-color: #724AD3;
}
.BgClassName
{
background-color: #724AD3;
}
</style>
border-color css
<style>
span { border-color: #724AD3; }
span { border-color: rgb(114,74,211); }
td.TdClassName
{
border-color: #724AD3;
}
.TagClassName
{
border-color: #724AD3;
}
</style>