Shades of Medium Slate Blue #7364FA
Tints of Medium Slate Blue #7364FA
RGB
CMYK
RGB Variations
Color information
#7364FA (or 0x7364FA) is known color: Medium Slate Blue. HEX triplet: 73, 64 and FA. RGB value is (115,100,250). Sum of RGB (Red+Green+Blue) = 115+100+250=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #7364FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7364FA is #8C9B05. Grayscale: #797979. Windows color (decimal): -9214726 or 16409715. OLE color: 16409715.
HSL color Cylindrical-coordinate representation of color #7364FA: hue angle of 246º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7364FA is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 100 | 250 | - |
| CMYK | 0.54 | 0.6 | 0 | 0.02 |
| HSL | 246º | 0.94% | 0.69% | - |
| HSV(B) | 246º | 0.6% | 0.98% | - |
| XYZ | 28.88 | 19.66 | 92.72 | - |
| YUV | 121.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 250 | 0.54 | 0.6 | 0 | 0.02 | 246 | 0.94 | 0.69 |
| Hex | 73 | 64 | FA | 36 | 3C | 0 | 2 | F6 | 5E | 45 |
| Octal | 163 | 144 | 372 | 66 | 74 | 0 | 2 | 366 | 136 | 105 |
| Binary | 1110011 | 1100100 | 11111010 | 110110 | 111100 | 0 | 10 | 11110110 | 1011110 | 1000101 |
Color Harmonies of #7364FA
Complementary color
Monochromatic Colors of #7364FA
Black with #7364FA
Text Example
Text Example
White with #7364FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7364FA; }
p { color: rgb(115,100,250); }
H1.HeaderClassName
{
color: #7364FA;
}
.AnyTagClassName
{
color: #7364FA;
}
</style>
background-color css
<style>
a { background-color: #7364FA; }
a { background-color: rgb(115,100,250); }
div.DivClassName
{
background-color: #7364FA;
}
.BgClassName
{
background-color: #7364FA;
}
</style>
border-color css
<style>
span { border-color: #7364FA; }
span { border-color: rgb(115,100,250); }
td.TdClassName
{
border-color: #7364FA;
}
.TagClassName
{
border-color: #7364FA;
}
</style>