Shades of Medium Slate Blue #7367F3
Tints of Medium Slate Blue #7367F3
RGB
CMYK
RGB Variations
Color information
#7367F3 (or 0x7367F3) is known color: Medium Slate Blue. HEX triplet: 73, 67 and F3. RGB value is (115,103,243). Sum of RGB (Red+Green+Blue) = 115+103+243=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #7367F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7367F3 is #8C980C. Grayscale: #7A7A7A. Windows color (decimal): -9213965 or 15951731. OLE color: 15951731.
HSL color Cylindrical-coordinate representation of color #7367F3: hue angle of 245.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7367F3 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 103 | 243 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.05 |
| HSL | 245.14º | 0.85% | 0.68% | - |
| HSV(B) | 245.14º | 0.58% | 0.95% | - |
| XYZ | 28.1 | 19.82 | 87.14 | - |
| YUV | 122.55 | 195.98 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 243 | 0.53 | 0.58 | 0 | 0.05 | 245.14 | 0.85 | 0.68 |
| Hex | 73 | 67 | F3 | 35 | 3A | 0 | 5 | F5 | 55 | 44 |
| Octal | 163 | 147 | 363 | 65 | 72 | 0 | 5 | 365 | 125 | 104 |
| Binary | 1110011 | 1100111 | 11110011 | 110101 | 111010 | 0 | 101 | 11110101 | 1010101 | 1000100 |
Color Harmonies of #7367F3
Complementary color
Monochromatic Colors of #7367F3
Black with #7367F3
Text Example
Text Example
White with #7367F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367F3; }
p { color: rgb(115,103,243); }
H1.HeaderClassName
{
color: #7367F3;
}
.AnyTagClassName
{
color: #7367F3;
}
</style>
background-color css
<style>
a { background-color: #7367F3; }
a { background-color: rgb(115,103,243); }
div.DivClassName
{
background-color: #7367F3;
}
.BgClassName
{
background-color: #7367F3;
}
</style>
border-color css
<style>
span { border-color: #7367F3; }
span { border-color: rgb(115,103,243); }
td.TdClassName
{
border-color: #7367F3;
}
.TagClassName
{
border-color: #7367F3;
}
</style>