Shades of Medium Slate Blue #734CED
Tints of Medium Slate Blue #734CED
RGB
CMYK
RGB Variations
Color information
#734CED (or 0x734CED) is known color: Medium Slate Blue. HEX triplet: 73, 4C and ED. RGB value is (115,76,237). Sum of RGB (Red+Green+Blue) = 115+76+237=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #734CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734CED is #8CB312. Grayscale: #696969. Windows color (decimal): -9220883 or 15551603. OLE color: 15551603.
HSL color Cylindrical-coordinate representation of color #734CED: hue angle of 254.53º 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 #734CED is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 76 | 237 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.07 |
| HSL | 254.53º | 0.82% | 0.61% | - |
| HSV(B) | 254.53º | 0.68% | 0.93% | - |
| XYZ | 24.94 | 14.93 | 81.69 | - |
| YUV | 106.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 237 | 0.51 | 0.68 | 0 | 0.07 | 254.53 | 0.82 | 0.61 |
| Hex | 73 | 4C | ED | 33 | 44 | 0 | 7 | FF | 52 | 3D |
| Octal | 163 | 114 | 355 | 63 | 104 | 0 | 7 | 377 | 122 | 75 |
| Binary | 1110011 | 1001100 | 11101101 | 110011 | 1000100 | 0 | 111 | 11111111 | 1010010 | 111101 |
Color Harmonies of #734CED
Complementary color
Monochromatic Colors of #734CED
Black with #734CED
Text Example
Text Example
White with #734CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734CED; }
p { color: rgb(115,76,237); }
H1.HeaderClassName
{
color: #734CED;
}
.AnyTagClassName
{
color: #734CED;
}
</style>
background-color css
<style>
a { background-color: #734CED; }
a { background-color: rgb(115,76,237); }
div.DivClassName
{
background-color: #734CED;
}
.BgClassName
{
background-color: #734CED;
}
</style>
border-color css
<style>
span { border-color: #734CED; }
span { border-color: rgb(115,76,237); }
td.TdClassName
{
border-color: #734CED;
}
.TagClassName
{
border-color: #734CED;
}
</style>