Shades of Medium Slate Blue #7363EA
Tints of Medium Slate Blue #7363EA
RGB
CMYK
RGB Variations
Color information
#7363EA (or 0x7363EA) is known color: Medium Slate Blue. HEX triplet: 73, 63 and EA. RGB value is (115,99,234). Sum of RGB (Red+Green+Blue) = 115+99+234=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #7363EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7363EA is #8C9C15. Grayscale: #767676. Windows color (decimal): -9214998 or 15360883. OLE color: 15360883.
HSL color Cylindrical-coordinate representation of color #7363EA: hue angle of 247.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7363EA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 99 | 234 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.08 |
| HSL | 247.11º | 0.76% | 0.65% | - |
| HSV(B) | 247.11º | 0.58% | 0.92% | - |
| XYZ | 26.38 | 18.51 | 80.02 | - |
| YUV | 119.17 | 192.8 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 234 | 0.51 | 0.58 | 0 | 0.08 | 247.11 | 0.76 | 0.65 |
| Hex | 73 | 63 | EA | 33 | 3A | 0 | 8 | F7 | 4C | 41 |
| Octal | 163 | 143 | 352 | 63 | 72 | 0 | 10 | 367 | 114 | 101 |
| Binary | 1110011 | 1100011 | 11101010 | 110011 | 111010 | 0 | 1000 | 11110111 | 1001100 | 1000001 |
Color Harmonies of #7363EA
Complementary color
Monochromatic Colors of #7363EA
Black with #7363EA
Text Example
Text Example
White with #7363EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363EA; }
p { color: rgb(115,99,234); }
H1.HeaderClassName
{
color: #7363EA;
}
.AnyTagClassName
{
color: #7363EA;
}
</style>
background-color css
<style>
a { background-color: #7363EA; }
a { background-color: rgb(115,99,234); }
div.DivClassName
{
background-color: #7363EA;
}
.BgClassName
{
background-color: #7363EA;
}
</style>
border-color css
<style>
span { border-color: #7363EA; }
span { border-color: rgb(115,99,234); }
td.TdClassName
{
border-color: #7363EA;
}
.TagClassName
{
border-color: #7363EA;
}
</style>