Shades of Slate Blue #724BC3
Tints of Slate Blue #724BC3
RGB
CMYK
RGB Variations
Color information
#724BC3 (or 0x724BC3) is known color: Slate Blue. HEX triplet: 72, 4B and C3. RGB value is (114,75,195). Sum of RGB (Red+Green+Blue) = 114+75+195=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #724BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BC3 is #8DB43C. Grayscale: #636363. Windows color (decimal): -9286717 or 12798834. OLE color: 12798834.
HSL color Cylindrical-coordinate representation of color #724BC3: hue angle of 259.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724BC3 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 75 | 195 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.24 |
| HSL | 259.5º | 0.5% | 0.53% | - |
| HSV(B) | 259.5º | 0.62% | 0.76% | - |
| XYZ | 19.31 | 12.55 | 53.03 | - |
| YUV | 100.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 195 | 0.42 | 0.62 | 0 | 0.24 | 259.5 | 0.5 | 0.53 |
| Hex | 72 | 4B | C3 | 2A | 3E | 0 | 18 | 104 | 32 | 35 |
| Octal | 162 | 113 | 303 | 52 | 76 | 0 | 30 | 404 | 62 | 65 |
| Binary | 1110010 | 1001011 | 11000011 | 101010 | 111110 | 0 | 11000 | 100000100 | 110010 | 110101 |
Color Harmonies of #724BC3
Complementary color
Monochromatic Colors of #724BC3
Black with #724BC3
Text Example
Text Example
White with #724BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BC3; }
p { color: rgb(114,75,195); }
H1.HeaderClassName
{
color: #724BC3;
}
.AnyTagClassName
{
color: #724BC3;
}
</style>
background-color css
<style>
a { background-color: #724BC3; }
a { background-color: rgb(114,75,195); }
div.DivClassName
{
background-color: #724BC3;
}
.BgClassName
{
background-color: #724BC3;
}
</style>
border-color css
<style>
span { border-color: #724BC3; }
span { border-color: rgb(114,75,195); }
td.TdClassName
{
border-color: #724BC3;
}
.TagClassName
{
border-color: #724BC3;
}
</style>