Shades of Medium Slate Blue #7363E6
Tints of Medium Slate Blue #7363E6
RGB
CMYK
RGB Variations
Color information
#7363E6 (or 0x7363E6) is known color: Medium Slate Blue. HEX triplet: 73, 63 and E6. RGB value is (115,99,230). Sum of RGB (Red+Green+Blue) = 115+99+230=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #7363E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7363E6 is #8C9C19. Grayscale: #767676. Windows color (decimal): -9215002 or 15098739. OLE color: 15098739.
HSL color Cylindrical-coordinate representation of color #7363E6: hue angle of 247.33º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7363E6 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 99 | 230 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.10 |
| HSL | 247.33º | 0.72% | 0.65% | - |
| HSV(B) | 247.33º | 0.57% | 0.9% | - |
| XYZ | 25.82 | 18.28 | 77.03 | - |
| YUV | 118.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 230 | 0.5 | 0.57 | 0 | 0.10 | 247.33 | 0.72 | 0.65 |
| Hex | 73 | 63 | E6 | 32 | 39 | 0 | A | F7 | 48 | 41 |
| Octal | 163 | 143 | 346 | 62 | 71 | 0 | 12 | 367 | 110 | 101 |
| Binary | 1110011 | 1100011 | 11100110 | 110010 | 111001 | 0 | 1010 | 11110111 | 1001000 | 1000001 |
Color Harmonies of #7363E6
Complementary color
Monochromatic Colors of #7363E6
Black with #7363E6
Text Example
Text Example
White with #7363E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363E6; }
p { color: rgb(115,99,230); }
H1.HeaderClassName
{
color: #7363E6;
}
.AnyTagClassName
{
color: #7363E6;
}
</style>
background-color css
<style>
a { background-color: #7363E6; }
a { background-color: rgb(115,99,230); }
div.DivClassName
{
background-color: #7363E6;
}
.BgClassName
{
background-color: #7363E6;
}
</style>
border-color css
<style>
span { border-color: #7363E6; }
span { border-color: rgb(115,99,230); }
td.TdClassName
{
border-color: #7363E6;
}
.TagClassName
{
border-color: #7363E6;
}
</style>