Shades of Medium Slate Blue #7F54FD
Tints of Medium Slate Blue #7F54FD
RGB
CMYK
RGB Variations
Color information
#7F54FD (or 0x7F54FD) is known color: Medium Slate Blue. HEX triplet: 7F, 54 and FD. RGB value is (127,84,253). Sum of RGB (Red+Green+Blue) = 127+84+253=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F54FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F54FD is #80AB02. Grayscale: #737373. Windows color (decimal): -8432387 or 16602239. OLE color: 16602239.
HSL color Cylindrical-coordinate representation of color #7F54FD: hue angle of 255.27º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F54FD is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 84 | 253 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.01 |
| HSL | 255.27º | 0.98% | 0.66% | - |
| HSV(B) | 255.27º | 0.67% | 0.99% | - |
| XYZ | 29.65 | 17.94 | 94.83 | - |
| YUV | 116.12 | 205.25 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 253 | 0.50 | 0.67 | 0 | 0.01 | 255.27 | 0.98 | 0.66 |
| Hex | 7F | 54 | FD | 32 | 43 | 0 | 1 | FF | 62 | 42 |
| Octal | 177 | 124 | 375 | 62 | 103 | 0 | 1 | 377 | 142 | 102 |
| Binary | 1111111 | 1010100 | 11111101 | 110010 | 1000011 | 0 | 1 | 11111111 | 1100010 | 1000010 |
Color Harmonies of #7F54FD
Complementary color
Monochromatic Colors of #7F54FD
Black with #7F54FD
Text Example
Text Example
White with #7F54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F54FD; }
p { color: rgb(127,84,253); }
H1.HeaderClassName
{
color: #7F54FD;
}
.AnyTagClassName
{
color: #7F54FD;
}
</style>
background-color css
<style>
a { background-color: #7F54FD; }
a { background-color: rgb(127,84,253); }
div.DivClassName
{
background-color: #7F54FD;
}
.BgClassName
{
background-color: #7F54FD;
}
</style>
border-color css
<style>
span { border-color: #7F54FD; }
span { border-color: rgb(127,84,253); }
td.TdClassName
{
border-color: #7F54FD;
}
.TagClassName
{
border-color: #7F54FD;
}
</style>