Shades of Medium Slate Blue #7648FD
Tints of Medium Slate Blue #7648FD
RGB
CMYK
RGB Variations
Color information
#7648FD (or 0x7648FD) is known color: Medium Slate Blue. HEX triplet: 76, 48 and FD. RGB value is (118,72,253). Sum of RGB (Red+Green+Blue) = 118+72+253=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #7648FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7648FD is #89B702. Grayscale: #696969. Windows color (decimal): -9025283 or 16599158. OLE color: 16599158.
HSL color Cylindrical-coordinate representation of color #7648FD: hue angle of 255.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7648FD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 72 | 253 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.01 |
| HSL | 255.25º | 0.98% | 0.64% | - |
| HSV(B) | 255.25º | 0.72% | 0.99% | - |
| XYZ | 27.52 | 15.58 | 94.49 | - |
| YUV | 106.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 253 | 0.53 | 0.72 | 0 | 0.01 | 255.25 | 0.98 | 0.64 |
| Hex | 76 | 48 | FD | 35 | 48 | 0 | 1 | FF | 62 | 40 |
| Octal | 166 | 110 | 375 | 65 | 110 | 0 | 1 | 377 | 142 | 100 |
| Binary | 1110110 | 1001000 | 11111101 | 110101 | 1001000 | 0 | 1 | 11111111 | 1100010 | 1000000 |
Color Harmonies of #7648FD
Complementary color
Monochromatic Colors of #7648FD
Black with #7648FD
Text Example
Text Example
White with #7648FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7648FD; }
p { color: rgb(118,72,253); }
H1.HeaderClassName
{
color: #7648FD;
}
.AnyTagClassName
{
color: #7648FD;
}
</style>
background-color css
<style>
a { background-color: #7648FD; }
a { background-color: rgb(118,72,253); }
div.DivClassName
{
background-color: #7648FD;
}
.BgClassName
{
background-color: #7648FD;
}
</style>
border-color css
<style>
span { border-color: #7648FD; }
span { border-color: rgb(118,72,253); }
td.TdClassName
{
border-color: #7648FD;
}
.TagClassName
{
border-color: #7648FD;
}
</style>