Shades of Medium Slate Blue #7363FF
Tints of Medium Slate Blue #7363FF
RGB
CMYK
RGB Variations
Color information
#7363FF (or 0x7363FF) is known color: Medium Slate Blue. HEX triplet: 73, 63 and FF. RGB value is (115,99,255). Sum of RGB (Red+Green+Blue) = 115+99+255=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7363FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7363FF is #8C9C00. Grayscale: #787878. Windows color (decimal): -9214977 or 16737139. OLE color: 16737139.
HSL color Cylindrical-coordinate representation of color #7363FF: hue angle of 246.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7363FF is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 99 | 255 | - |
| CMYK | 0.55 | 0.61 | 0 | 0 |
| HSL | 246.15º | 1% | 0.69% | - |
| HSV(B) | 246.15º | 0.61% | 1% | - |
| XYZ | 29.58 | 19.79 | 96.87 | - |
| YUV | 121.57 | 203.3 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 255 | 0.55 | 0.61 | 0 | 0 | 246.15 | 1 | 0.69 |
| Hex | 73 | 63 | FF | 37 | 3D | 0 | 0 | F6 | 64 | 45 |
| Octal | 163 | 143 | 377 | 67 | 75 | 0 | 0 | 366 | 144 | 105 |
| Binary | 1110011 | 1100011 | 11111111 | 110111 | 111101 | 0 | 0 | 11110110 | 1100100 | 1000101 |
Color Harmonies of #7363FF
Complementary color
Monochromatic Colors of #7363FF
Black with #7363FF
Text Example
Text Example
White with #7363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363FF; }
p { color: rgb(115,99,255); }
H1.HeaderClassName
{
color: #7363FF;
}
.AnyTagClassName
{
color: #7363FF;
}
</style>
background-color css
<style>
a { background-color: #7363FF; }
a { background-color: rgb(115,99,255); }
div.DivClassName
{
background-color: #7363FF;
}
.BgClassName
{
background-color: #7363FF;
}
</style>
border-color css
<style>
span { border-color: #7363FF; }
span { border-color: rgb(115,99,255); }
td.TdClassName
{
border-color: #7363FF;
}
.TagClassName
{
border-color: #7363FF;
}
</style>