Shades of Medium Slate Blue #7564FF
Tints of Medium Slate Blue #7564FF
RGB
CMYK
RGB Variations
Color information
#7564FF (or 0x7564FF) is known color: Medium Slate Blue. HEX triplet: 75, 64 and FF. RGB value is (117,100,255). Sum of RGB (Red+Green+Blue) = 117+100+255=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #7564FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7564FF is #8A9B00. Grayscale: #7A7A7A. Windows color (decimal): -9083649 or 16737397. OLE color: 16737397.
HSL color Cylindrical-coordinate representation of color #7564FF: hue angle of 246.58º 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 #7564FF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 100 | 255 | - |
| CMYK | 0.54 | 0.61 | 0 | 0 |
| HSL | 246.58º | 1% | 0.7% | - |
| HSV(B) | 246.58º | 0.61% | 1% | - |
| XYZ | 29.94 | 20.12 | 96.91 | - |
| YUV | 122.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 255 | 0.54 | 0.61 | 0 | 0 | 246.58 | 1 | 0.7 |
| Hex | 75 | 64 | FF | 36 | 3D | 0 | 0 | F7 | 64 | 46 |
| Octal | 165 | 144 | 377 | 66 | 75 | 0 | 0 | 367 | 144 | 106 |
| Binary | 1110101 | 1100100 | 11111111 | 110110 | 111101 | 0 | 0 | 11110111 | 1100100 | 1000110 |
Color Harmonies of #7564FF
Complementary color
Monochromatic Colors of #7564FF
Black with #7564FF
Text Example
Text Example
White with #7564FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564FF; }
p { color: rgb(117,100,255); }
H1.HeaderClassName
{
color: #7564FF;
}
.AnyTagClassName
{
color: #7564FF;
}
</style>
background-color css
<style>
a { background-color: #7564FF; }
a { background-color: rgb(117,100,255); }
div.DivClassName
{
background-color: #7564FF;
}
.BgClassName
{
background-color: #7564FF;
}
</style>
border-color css
<style>
span { border-color: #7564FF; }
span { border-color: rgb(117,100,255); }
td.TdClassName
{
border-color: #7564FF;
}
.TagClassName
{
border-color: #7564FF;
}
</style>