Shades of Medium Slate Blue #7364FF
Tints of Medium Slate Blue #7364FF
RGB
CMYK
RGB Variations
Color information
#7364FF (or 0x7364FF) is known color: Medium Slate Blue. HEX triplet: 73, 64 and FF. RGB value is (115,100,255). Sum of RGB (Red+Green+Blue) = 115+100+255=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #7364FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7364FF is #8C9B00. Grayscale: #797979. Windows color (decimal): -9214721 or 16737395. OLE color: 16737395.
HSL color Cylindrical-coordinate representation of color #7364FF: hue angle of 245.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7364FF is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 100 | 255 | - |
| CMYK | 0.55 | 0.61 | 0 | 0 |
| HSL | 245.81º | 1% | 0.7% | - |
| HSV(B) | 245.81º | 0.61% | 1% | - |
| XYZ | 29.68 | 19.98 | 96.9 | - |
| YUV | 122.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 255 | 0.55 | 0.61 | 0 | 0 | 245.81 | 1 | 0.7 |
| Hex | 73 | 64 | FF | 37 | 3D | 0 | 0 | F6 | 64 | 46 |
| Octal | 163 | 144 | 377 | 67 | 75 | 0 | 0 | 366 | 144 | 106 |
| Binary | 1110011 | 1100100 | 11111111 | 110111 | 111101 | 0 | 0 | 11110110 | 1100100 | 1000110 |
Color Harmonies of #7364FF
Complementary color
Monochromatic Colors of #7364FF
Black with #7364FF
Text Example
Text Example
White with #7364FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7364FF; }
p { color: rgb(115,100,255); }
H1.HeaderClassName
{
color: #7364FF;
}
.AnyTagClassName
{
color: #7364FF;
}
</style>
background-color css
<style>
a { background-color: #7364FF; }
a { background-color: rgb(115,100,255); }
div.DivClassName
{
background-color: #7364FF;
}
.BgClassName
{
background-color: #7364FF;
}
</style>
border-color css
<style>
span { border-color: #7364FF; }
span { border-color: rgb(115,100,255); }
td.TdClassName
{
border-color: #7364FF;
}
.TagClassName
{
border-color: #7364FF;
}
</style>