Shades of Medium Slate Blue #724BED
Tints of Medium Slate Blue #724BED
RGB
CMYK
RGB Variations
Color information
#724BED (or 0x724BED) is known color: Medium Slate Blue. HEX triplet: 72, 4B and ED. RGB value is (114,75,237). Sum of RGB (Red+Green+Blue) = 114+75+237=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #724BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724BED is #8DB412. Grayscale: #686868. Windows color (decimal): -9286675 or 15551346. OLE color: 15551346.
HSL color Cylindrical-coordinate representation of color #724BED: hue angle of 254.44º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #724BED is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 75 | 237 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.07 |
| HSL | 254.44º | 0.82% | 0.61% | - |
| HSV(B) | 254.44º | 0.68% | 0.93% | - |
| XYZ | 24.74 | 14.72 | 81.66 | - |
| YUV | 105.13 | 202.42 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 237 | 0.52 | 0.68 | 0 | 0.07 | 254.44 | 0.82 | 0.61 |
| Hex | 72 | 4B | ED | 34 | 44 | 0 | 7 | FE | 52 | 3D |
| Octal | 162 | 113 | 355 | 64 | 104 | 0 | 7 | 376 | 122 | 75 |
| Binary | 1110010 | 1001011 | 11101101 | 110100 | 1000100 | 0 | 111 | 11111110 | 1010010 | 111101 |
Color Harmonies of #724BED
Complementary color
Monochromatic Colors of #724BED
Black with #724BED
Text Example
Text Example
White with #724BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BED; }
p { color: rgb(114,75,237); }
H1.HeaderClassName
{
color: #724BED;
}
.AnyTagClassName
{
color: #724BED;
}
</style>
background-color css
<style>
a { background-color: #724BED; }
a { background-color: rgb(114,75,237); }
div.DivClassName
{
background-color: #724BED;
}
.BgClassName
{
background-color: #724BED;
}
</style>
border-color css
<style>
span { border-color: #724BED; }
span { border-color: rgb(114,75,237); }
td.TdClassName
{
border-color: #724BED;
}
.TagClassName
{
border-color: #724BED;
}
</style>