Shades of Slate Blue #724ACC
Tints of Slate Blue #724ACC
RGB
CMYK
RGB Variations
Color information
#724ACC (or 0x724ACC) is known color: Slate Blue. HEX triplet: 72, 4A and CC. RGB value is (114,74,204). Sum of RGB (Red+Green+Blue) = 114+74+204=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #724ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ACC is #8DB533. Grayscale: #646464. Windows color (decimal): -9286964 or 13388402. OLE color: 13388402.
HSL color Cylindrical-coordinate representation of color #724ACC: hue angle of 258.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #724ACC is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 74 | 204 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.2 |
| HSL | 258.46º | 0.56% | 0.55% | - |
| HSV(B) | 258.46º | 0.64% | 0.8% | - |
| XYZ | 20.29 | 12.83 | 58.53 | - |
| YUV | 100.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 204 | 0.44 | 0.64 | 0 | 0.2 | 258.46 | 0.56 | 0.55 |
| Hex | 72 | 4A | CC | 2C | 40 | 0 | 14 | 102 | 38 | 37 |
| Octal | 162 | 112 | 314 | 54 | 100 | 0 | 24 | 402 | 70 | 67 |
| Binary | 1110010 | 1001010 | 11001100 | 101100 | 1000000 | 0 | 10100 | 100000010 | 111000 | 110111 |
Color Harmonies of #724ACC
Complementary color
Monochromatic Colors of #724ACC
Black with #724ACC
Text Example
Text Example
White with #724ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724ACC; }
p { color: rgb(114,74,204); }
H1.HeaderClassName
{
color: #724ACC;
}
.AnyTagClassName
{
color: #724ACC;
}
</style>
background-color css
<style>
a { background-color: #724ACC; }
a { background-color: rgb(114,74,204); }
div.DivClassName
{
background-color: #724ACC;
}
.BgClassName
{
background-color: #724ACC;
}
</style>
border-color css
<style>
span { border-color: #724ACC; }
span { border-color: rgb(114,74,204); }
td.TdClassName
{
border-color: #724ACC;
}
.TagClassName
{
border-color: #724ACC;
}
</style>