Shades of Medium Slate Blue #7365DF
Tints of Medium Slate Blue #7365DF
RGB
CMYK
RGB Variations
Color information
#7365DF (or 0x7365DF) is known color: Medium Slate Blue. HEX triplet: 73, 65 and DF. RGB value is (115,101,223). Sum of RGB (Red+Green+Blue) = 115+101+223=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #7365DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7365DF is #8C9A20. Grayscale: #767676. Windows color (decimal): -9214497 or 14640499. OLE color: 14640499.
HSL color Cylindrical-coordinate representation of color #7365DF: hue angle of 246.89º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7365DF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 101 | 223 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.13 |
| HSL | 246.89º | 0.66% | 0.64% | - |
| HSV(B) | 246.89º | 0.55% | 0.87% | - |
| XYZ | 25.04 | 18.28 | 72.02 | - |
| YUV | 119.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 223 | 0.48 | 0.55 | 0 | 0.13 | 246.89 | 0.66 | 0.64 |
| Hex | 73 | 65 | DF | 30 | 37 | 0 | D | F7 | 42 | 40 |
| Octal | 163 | 145 | 337 | 60 | 67 | 0 | 15 | 367 | 102 | 100 |
| Binary | 1110011 | 1100101 | 11011111 | 110000 | 110111 | 0 | 1101 | 11110111 | 1000010 | 1000000 |
Color Harmonies of #7365DF
Complementary color
Monochromatic Colors of #7365DF
Black with #7365DF
Text Example
Text Example
White with #7365DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7365DF; }
p { color: rgb(115,101,223); }
H1.HeaderClassName
{
color: #7365DF;
}
.AnyTagClassName
{
color: #7365DF;
}
</style>
background-color css
<style>
a { background-color: #7365DF; }
a { background-color: rgb(115,101,223); }
div.DivClassName
{
background-color: #7365DF;
}
.BgClassName
{
background-color: #7365DF;
}
</style>
border-color css
<style>
span { border-color: #7365DF; }
span { border-color: rgb(115,101,223); }
td.TdClassName
{
border-color: #7365DF;
}
.TagClassName
{
border-color: #7365DF;
}
</style>