Shades of Medium Slate Blue #7363DF
Tints of Medium Slate Blue #7363DF
RGB
CMYK
RGB Variations
Color information
#7363DF (or 0x7363DF) is known color: Medium Slate Blue. HEX triplet: 73, 63 and DF. RGB value is (115,99,223). Sum of RGB (Red+Green+Blue) = 115+99+223=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #7363DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363DF is #8C9C20. Grayscale: #757575. Windows color (decimal): -9215009 or 14639987. OLE color: 14639987.
HSL color Cylindrical-coordinate representation of color #7363DF: hue angle of 247.74º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7363DF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 99 | 223 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.13 |
| HSL | 247.74º | 0.66% | 0.63% | - |
| HSV(B) | 247.74º | 0.56% | 0.87% | - |
| XYZ | 24.85 | 17.9 | 71.96 | - |
| YUV | 117.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 223 | 0.48 | 0.56 | 0 | 0.13 | 247.74 | 0.66 | 0.63 |
| Hex | 73 | 63 | DF | 30 | 38 | 0 | D | F8 | 42 | 3F |
| Octal | 163 | 143 | 337 | 60 | 70 | 0 | 15 | 370 | 102 | 77 |
| Binary | 1110011 | 1100011 | 11011111 | 110000 | 111000 | 0 | 1101 | 11111000 | 1000010 | 111111 |
Color Harmonies of #7363DF
Complementary color
Monochromatic Colors of #7363DF
Black with #7363DF
Text Example
Text Example
White with #7363DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363DF; }
p { color: rgb(115,99,223); }
H1.HeaderClassName
{
color: #7363DF;
}
.AnyTagClassName
{
color: #7363DF;
}
</style>
background-color css
<style>
a { background-color: #7363DF; }
a { background-color: rgb(115,99,223); }
div.DivClassName
{
background-color: #7363DF;
}
.BgClassName
{
background-color: #7363DF;
}
</style>
border-color css
<style>
span { border-color: #7363DF; }
span { border-color: rgb(115,99,223); }
td.TdClassName
{
border-color: #7363DF;
}
.TagClassName
{
border-color: #7363DF;
}
</style>