Shades of Medium Slate Blue #7368EF
Tints of Medium Slate Blue #7368EF
RGB
CMYK
RGB Variations
Color information
#7368EF (or 0x7368EF) is known color: Medium Slate Blue. HEX triplet: 73, 68 and EF. RGB value is (115,104,239). Sum of RGB (Red+Green+Blue) = 115+104+239=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #7368EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7368EF is #8C9710. Grayscale: #7A7A7A. Windows color (decimal): -9213713 or 15689843. OLE color: 15689843.
HSL color Cylindrical-coordinate representation of color #7368EF: hue angle of 244.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7368EF is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 104 | 239 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.06 |
| HSL | 244.89º | 0.81% | 0.67% | - |
| HSV(B) | 244.89º | 0.56% | 0.94% | - |
| XYZ | 27.6 | 19.78 | 84.02 | - |
| YUV | 122.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 239 | 0.52 | 0.56 | 0 | 0.06 | 244.89 | 0.81 | 0.67 |
| Hex | 73 | 68 | EF | 34 | 38 | 0 | 6 | F5 | 51 | 43 |
| Octal | 163 | 150 | 357 | 64 | 70 | 0 | 6 | 365 | 121 | 103 |
| Binary | 1110011 | 1101000 | 11101111 | 110100 | 111000 | 0 | 110 | 11110101 | 1010001 | 1000011 |
Color Harmonies of #7368EF
Complementary color
Monochromatic Colors of #7368EF
Black with #7368EF
Text Example
Text Example
White with #7368EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7368EF; }
p { color: rgb(115,104,239); }
H1.HeaderClassName
{
color: #7368EF;
}
.AnyTagClassName
{
color: #7368EF;
}
</style>
background-color css
<style>
a { background-color: #7368EF; }
a { background-color: rgb(115,104,239); }
div.DivClassName
{
background-color: #7368EF;
}
.BgClassName
{
background-color: #7368EF;
}
</style>
border-color css
<style>
span { border-color: #7368EF; }
span { border-color: rgb(115,104,239); }
td.TdClassName
{
border-color: #7368EF;
}
.TagClassName
{
border-color: #7368EF;
}
</style>