Shades of Slate Blue #724DC3
Tints of Slate Blue #724DC3
RGB
CMYK
RGB Variations
Color information
#724DC3 (or 0x724DC3) is known color: Slate Blue. HEX triplet: 72, 4D and C3. RGB value is (114,77,195). Sum of RGB (Red+Green+Blue) = 114+77+195=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #724DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DC3 is #8DB23C. Grayscale: #656565. Windows color (decimal): -9286205 or 12799346. OLE color: 12799346.
HSL color Cylindrical-coordinate representation of color #724DC3: hue angle of 258.81º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724DC3 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 77 | 195 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.24 |
| HSL | 258.81º | 0.5% | 0.53% | - |
| HSV(B) | 258.81º | 0.61% | 0.76% | - |
| XYZ | 19.44 | 12.83 | 53.08 | - |
| YUV | 101.52 | 180.76 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 195 | 0.42 | 0.61 | 0 | 0.24 | 258.81 | 0.5 | 0.53 |
| Hex | 72 | 4D | C3 | 2A | 3D | 0 | 18 | 103 | 32 | 35 |
| Octal | 162 | 115 | 303 | 52 | 75 | 0 | 30 | 403 | 62 | 65 |
| Binary | 1110010 | 1001101 | 11000011 | 101010 | 111101 | 0 | 11000 | 100000011 | 110010 | 110101 |
Color Harmonies of #724DC3
Complementary color
Monochromatic Colors of #724DC3
Black with #724DC3
Text Example
Text Example
White with #724DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DC3; }
p { color: rgb(114,77,195); }
H1.HeaderClassName
{
color: #724DC3;
}
.AnyTagClassName
{
color: #724DC3;
}
</style>
background-color css
<style>
a { background-color: #724DC3; }
a { background-color: rgb(114,77,195); }
div.DivClassName
{
background-color: #724DC3;
}
.BgClassName
{
background-color: #724DC3;
}
</style>
border-color css
<style>
span { border-color: #724DC3; }
span { border-color: rgb(114,77,195); }
td.TdClassName
{
border-color: #724DC3;
}
.TagClassName
{
border-color: #724DC3;
}
</style>