Shades of Medium Slate Blue #7356EF
Tints of Medium Slate Blue #7356EF
RGB
CMYK
RGB Variations
Color information
#7356EF (or 0x7356EF) is known color: Medium Slate Blue. HEX triplet: 73, 56 and EF. RGB value is (115,86,239). Sum of RGB (Red+Green+Blue) = 115+86+239=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #7356EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7356EF is #8CA910. Grayscale: #6F6F6F. Windows color (decimal): -9218321 or 15685235. OLE color: 15685235.
HSL color Cylindrical-coordinate representation of color #7356EF: hue angle of 251.37º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7356EF is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 86 | 239 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.06 |
| HSL | 251.37º | 0.83% | 0.64% | - |
| HSV(B) | 251.37º | 0.64% | 0.94% | - |
| XYZ | 25.98 | 16.53 | 83.48 | - |
| YUV | 112.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 239 | 0.52 | 0.64 | 0 | 0.06 | 251.37 | 0.83 | 0.64 |
| Hex | 73 | 56 | EF | 34 | 40 | 0 | 6 | FB | 53 | 40 |
| Octal | 163 | 126 | 357 | 64 | 100 | 0 | 6 | 373 | 123 | 100 |
| Binary | 1110011 | 1010110 | 11101111 | 110100 | 1000000 | 0 | 110 | 11111011 | 1010011 | 1000000 |
Color Harmonies of #7356EF
Complementary color
Monochromatic Colors of #7356EF
Black with #7356EF
Text Example
Text Example
White with #7356EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7356EF; }
p { color: rgb(115,86,239); }
H1.HeaderClassName
{
color: #7356EF;
}
.AnyTagClassName
{
color: #7356EF;
}
</style>
background-color css
<style>
a { background-color: #7356EF; }
a { background-color: rgb(115,86,239); }
div.DivClassName
{
background-color: #7356EF;
}
.BgClassName
{
background-color: #7356EF;
}
</style>
border-color css
<style>
span { border-color: #7356EF; }
span { border-color: rgb(115,86,239); }
td.TdClassName
{
border-color: #7356EF;
}
.TagClassName
{
border-color: #7356EF;
}
</style>