Shades of Slate Blue #724AC5
Tints of Slate Blue #724AC5
RGB
CMYK
RGB Variations
Color information
#724AC5 (or 0x724AC5) is known color: Slate Blue. HEX triplet: 72, 4A and C5. RGB value is (114,74,197). Sum of RGB (Red+Green+Blue) = 114+74+197=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #724AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724AC5 is #8DB53A. Grayscale: #636363. Windows color (decimal): -9286971 or 12929650. OLE color: 12929650.
HSL color Cylindrical-coordinate representation of color #724AC5: hue angle of 259.51º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724AC5 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 74 | 197 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.23 |
| HSL | 259.51º | 0.51% | 0.53% | - |
| HSV(B) | 259.51º | 0.62% | 0.77% | - |
| XYZ | 19.47 | 12.51 | 54.21 | - |
| YUV | 99.98 | 182.75 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 197 | 0.42 | 0.62 | 0 | 0.23 | 259.51 | 0.51 | 0.53 |
| Hex | 72 | 4A | C5 | 2A | 3E | 0 | 17 | 104 | 33 | 35 |
| Octal | 162 | 112 | 305 | 52 | 76 | 0 | 27 | 404 | 63 | 65 |
| Binary | 1110010 | 1001010 | 11000101 | 101010 | 111110 | 0 | 10111 | 100000100 | 110011 | 110101 |
Color Harmonies of #724AC5
Complementary color
Monochromatic Colors of #724AC5
Black with #724AC5
Text Example
Text Example
White with #724AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AC5; }
p { color: rgb(114,74,197); }
H1.HeaderClassName
{
color: #724AC5;
}
.AnyTagClassName
{
color: #724AC5;
}
</style>
background-color css
<style>
a { background-color: #724AC5; }
a { background-color: rgb(114,74,197); }
div.DivClassName
{
background-color: #724AC5;
}
.BgClassName
{
background-color: #724AC5;
}
</style>
border-color css
<style>
span { border-color: #724AC5; }
span { border-color: rgb(114,74,197); }
td.TdClassName
{
border-color: #724AC5;
}
.TagClassName
{
border-color: #724AC5;
}
</style>