Shades of Medium Slate Blue #734FED
Tints of Medium Slate Blue #734FED
RGB
CMYK
RGB Variations
Color information
#734FED (or 0x734FED) is known color: Medium Slate Blue. HEX triplet: 73, 4F and ED. RGB value is (115,79,237). Sum of RGB (Red+Green+Blue) = 115+79+237=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #734FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #734FED is #8CB012. Grayscale: #6B6B6B. Windows color (decimal): -9220115 or 15552371. OLE color: 15552371.
HSL color Cylindrical-coordinate representation of color #734FED: hue angle of 253.67º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #734FED is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 79 | 237 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.07 |
| HSL | 253.67º | 0.81% | 0.62% | - |
| HSV(B) | 253.67º | 0.67% | 0.93% | - |
| XYZ | 25.15 | 15.35 | 81.76 | - |
| YUV | 107.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 237 | 0.51 | 0.67 | 0 | 0.07 | 253.67 | 0.81 | 0.62 |
| Hex | 73 | 4F | ED | 33 | 43 | 0 | 7 | FE | 51 | 3E |
| Octal | 163 | 117 | 355 | 63 | 103 | 0 | 7 | 376 | 121 | 76 |
| Binary | 1110011 | 1001111 | 11101101 | 110011 | 1000011 | 0 | 111 | 11111110 | 1010001 | 111110 |
Color Harmonies of #734FED
Complementary color
Monochromatic Colors of #734FED
Black with #734FED
Text Example
Text Example
White with #734FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FED; }
p { color: rgb(115,79,237); }
H1.HeaderClassName
{
color: #734FED;
}
.AnyTagClassName
{
color: #734FED;
}
</style>
background-color css
<style>
a { background-color: #734FED; }
a { background-color: rgb(115,79,237); }
div.DivClassName
{
background-color: #734FED;
}
.BgClassName
{
background-color: #734FED;
}
</style>
border-color css
<style>
span { border-color: #734FED; }
span { border-color: rgb(115,79,237); }
td.TdClassName
{
border-color: #734FED;
}
.TagClassName
{
border-color: #734FED;
}
</style>