Shades of Medium Slate Blue #7363FD
Tints of Medium Slate Blue #7363FD
RGB
CMYK
RGB Variations
Color information
#7363FD (or 0x7363FD) is known color: Medium Slate Blue. HEX triplet: 73, 63 and FD. RGB value is (115,99,253). Sum of RGB (Red+Green+Blue) = 115+99+253=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #7363FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7363FD is #8C9C02. Grayscale: #787878. Windows color (decimal): -9214979 or 16606067. OLE color: 16606067.
HSL color Cylindrical-coordinate representation of color #7363FD: hue angle of 246.23º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7363FD is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 99 | 253 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.01 |
| HSL | 246.23º | 0.97% | 0.69% | - |
| HSV(B) | 246.23º | 0.61% | 0.99% | - |
| XYZ | 29.26 | 19.66 | 95.18 | - |
| YUV | 121.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 253 | 0.55 | 0.61 | 0 | 0.01 | 246.23 | 0.97 | 0.69 |
| Hex | 73 | 63 | FD | 37 | 3D | 0 | 1 | F6 | 61 | 45 |
| Octal | 163 | 143 | 375 | 67 | 75 | 0 | 1 | 366 | 141 | 105 |
| Binary | 1110011 | 1100011 | 11111101 | 110111 | 111101 | 0 | 1 | 11110110 | 1100001 | 1000101 |
Color Harmonies of #7363FD
Complementary color
Monochromatic Colors of #7363FD
Black with #7363FD
Text Example
Text Example
White with #7363FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363FD; }
p { color: rgb(115,99,253); }
H1.HeaderClassName
{
color: #7363FD;
}
.AnyTagClassName
{
color: #7363FD;
}
</style>
background-color css
<style>
a { background-color: #7363FD; }
a { background-color: rgb(115,99,253); }
div.DivClassName
{
background-color: #7363FD;
}
.BgClassName
{
background-color: #7363FD;
}
</style>
border-color css
<style>
span { border-color: #7363FD; }
span { border-color: rgb(115,99,253); }
td.TdClassName
{
border-color: #7363FD;
}
.TagClassName
{
border-color: #7363FD;
}
</style>