Shades of Slate Blue #724CDF
Tints of Slate Blue #724CDF
RGB
CMYK
RGB Variations
Color information
#724CDF (or 0x724CDF) is known color: Slate Blue. HEX triplet: 72, 4C and DF. RGB value is (114,76,223). Sum of RGB (Red+Green+Blue) = 114+76+223=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #724CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CDF is #8DB320. Grayscale: #676767. Windows color (decimal): -9286433 or 14634098. OLE color: 14634098.
HSL color Cylindrical-coordinate representation of color #724CDF: hue angle of 255.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724CDF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 76 | 223 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.13 |
| HSL | 255.51º | 0.7% | 0.59% | - |
| HSV(B) | 255.51º | 0.66% | 0.87% | - |
| XYZ | 22.84 | 14.07 | 71.32 | - |
| YUV | 104.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 223 | 0.49 | 0.66 | 0 | 0.13 | 255.51 | 0.7 | 0.59 |
| Hex | 72 | 4C | DF | 31 | 42 | 0 | D | 100 | 46 | 3B |
| Octal | 162 | 114 | 337 | 61 | 102 | 0 | 15 | 400 | 106 | 73 |
| Binary | 1110010 | 1001100 | 11011111 | 110001 | 1000010 | 0 | 1101 | 100000000 | 1000110 | 111011 |
Color Harmonies of #724CDF
Complementary color
Monochromatic Colors of #724CDF
Black with #724CDF
Text Example
Text Example
White with #724CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CDF; }
p { color: rgb(114,76,223); }
H1.HeaderClassName
{
color: #724CDF;
}
.AnyTagClassName
{
color: #724CDF;
}
</style>
background-color css
<style>
a { background-color: #724CDF; }
a { background-color: rgb(114,76,223); }
div.DivClassName
{
background-color: #724CDF;
}
.BgClassName
{
background-color: #724CDF;
}
</style>
border-color css
<style>
span { border-color: #724CDF; }
span { border-color: rgb(114,76,223); }
td.TdClassName
{
border-color: #724CDF;
}
.TagClassName
{
border-color: #724CDF;
}
</style>