Shades of Medium Slate Blue #7364FE
Tints of Medium Slate Blue #7364FE
RGB
CMYK
RGB Variations
Color information
#7364FE (or 0x7364FE) is known color: Medium Slate Blue. HEX triplet: 73, 64 and FE. RGB value is (115,100,254). Sum of RGB (Red+Green+Blue) = 115+100+254=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #7364FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7364FE is #8C9B01. Grayscale: #797979. Windows color (decimal): -9214722 or 16671859. OLE color: 16671859.
HSL color Cylindrical-coordinate representation of color #7364FE: hue angle of 245.84º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7364FE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 100 | 254 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.00 |
| HSL | 245.84º | 0.99% | 0.69% | - |
| HSV(B) | 245.84º | 0.61% | 1% | - |
| XYZ | 29.52 | 19.91 | 96.05 | - |
| YUV | 122.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 254 | 0.55 | 0.61 | 0 | 0.00 | 245.84 | 0.99 | 0.69 |
| Hex | 73 | 64 | FE | 37 | 3D | 0 | 0 | F6 | 63 | 45 |
| Octal | 163 | 144 | 376 | 67 | 75 | 0 | 0 | 366 | 143 | 105 |
| Binary | 1110011 | 1100100 | 11111110 | 110111 | 111101 | 0 | 0 | 11110110 | 1100011 | 1000101 |
Color Harmonies of #7364FE
Complementary color
Monochromatic Colors of #7364FE
Black with #7364FE
Text Example
Text Example
White with #7364FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7364FE; }
p { color: rgb(115,100,254); }
H1.HeaderClassName
{
color: #7364FE;
}
.AnyTagClassName
{
color: #7364FE;
}
</style>
background-color css
<style>
a { background-color: #7364FE; }
a { background-color: rgb(115,100,254); }
div.DivClassName
{
background-color: #7364FE;
}
.BgClassName
{
background-color: #7364FE;
}
</style>
border-color css
<style>
span { border-color: #7364FE; }
span { border-color: rgb(115,100,254); }
td.TdClassName
{
border-color: #7364FE;
}
.TagClassName
{
border-color: #7364FE;
}
</style>