Shades of Medium Slate Blue #7547FF
Tints of Medium Slate Blue #7547FF
RGB
CMYK
RGB Variations
Color information
#7547FF (or 0x7547FF) is known color: Medium Slate Blue. HEX triplet: 75, 47 and FF. RGB value is (117,71,255). Sum of RGB (Red+Green+Blue) = 117+71+255=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #7547FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547FF is #8AB800. Grayscale: #696969. Windows color (decimal): -9091073 or 16729973. OLE color: 16729973.
HSL color Cylindrical-coordinate representation of color #7547FF: hue angle of 255º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7547FF is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 71 | 255 | - |
| CMYK | 0.54 | 0.72 | 0 | 0 |
| HSL | 255º | 1% | 0.64% | - |
| HSV(B) | 255º | 0.72% | 1% | - |
| XYZ | 27.64 | 15.51 | 96.14 | - |
| YUV | 105.73 | 212.24 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 255 | 0.54 | 0.72 | 0 | 0 | 255 | 1 | 0.64 |
| Hex | 75 | 47 | FF | 36 | 48 | 0 | 0 | FF | 64 | 40 |
| Octal | 165 | 107 | 377 | 66 | 110 | 0 | 0 | 377 | 144 | 100 |
| Binary | 1110101 | 1000111 | 11111111 | 110110 | 1001000 | 0 | 0 | 11111111 | 1100100 | 1000000 |
Color Harmonies of #7547FF
Complementary color
Monochromatic Colors of #7547FF
Black with #7547FF
Text Example
Text Example
White with #7547FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547FF; }
p { color: rgb(117,71,255); }
H1.HeaderClassName
{
color: #7547FF;
}
.AnyTagClassName
{
color: #7547FF;
}
</style>
background-color css
<style>
a { background-color: #7547FF; }
a { background-color: rgb(117,71,255); }
div.DivClassName
{
background-color: #7547FF;
}
.BgClassName
{
background-color: #7547FF;
}
</style>
border-color css
<style>
span { border-color: #7547FF; }
span { border-color: rgb(117,71,255); }
td.TdClassName
{
border-color: #7547FF;
}
.TagClassName
{
border-color: #7547FF;
}
</style>