Shades of Slate Blue #724AD1
Tints of Slate Blue #724AD1
RGB
CMYK
RGB Variations
Color information
#724AD1 (or 0x724AD1) is known color: Slate Blue. HEX triplet: 72, 4A and D1. RGB value is (114,74,209). Sum of RGB (Red+Green+Blue) = 114+74+209=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #724AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724AD1 is #8DB52E. Grayscale: #646464. Windows color (decimal): -9286959 or 13716082. OLE color: 13716082.
HSL color Cylindrical-coordinate representation of color #724AD1: hue angle of 257.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #724AD1 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 74 | 209 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.18 |
| HSL | 257.78º | 0.59% | 0.55% | - |
| HSV(B) | 257.78º | 0.65% | 0.82% | - |
| XYZ | 20.9 | 13.08 | 61.74 | - |
| YUV | 101.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 209 | 0.45 | 0.65 | 0 | 0.18 | 257.78 | 0.59 | 0.55 |
| Hex | 72 | 4A | D1 | 2D | 41 | 0 | 12 | 102 | 3B | 37 |
| Octal | 162 | 112 | 321 | 55 | 101 | 0 | 22 | 402 | 73 | 67 |
| Binary | 1110010 | 1001010 | 11010001 | 101101 | 1000001 | 0 | 10010 | 100000010 | 111011 | 110111 |
Color Harmonies of #724AD1
Complementary color
Monochromatic Colors of #724AD1
Black with #724AD1
Text Example
Text Example
White with #724AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AD1; }
p { color: rgb(114,74,209); }
H1.HeaderClassName
{
color: #724AD1;
}
.AnyTagClassName
{
color: #724AD1;
}
</style>
background-color css
<style>
a { background-color: #724AD1; }
a { background-color: rgb(114,74,209); }
div.DivClassName
{
background-color: #724AD1;
}
.BgClassName
{
background-color: #724AD1;
}
</style>
border-color css
<style>
span { border-color: #724AD1; }
span { border-color: rgb(114,74,209); }
td.TdClassName
{
border-color: #724AD1;
}
.TagClassName
{
border-color: #724AD1;
}
</style>