Shades of Medium Slate Blue #7F54FF
Tints of Medium Slate Blue #7F54FF
RGB
CMYK
RGB Variations
Color information
#7F54FF (or 0x7F54FF) is known color: Medium Slate Blue. HEX triplet: 7F, 54 and FF. RGB value is (127,84,255). Sum of RGB (Red+Green+Blue) = 127+84+255=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F54FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F54FF is #80AB00. Grayscale: #737373. Windows color (decimal): -8432385 or 16733311. OLE color: 16733311.
HSL color Cylindrical-coordinate representation of color #7F54FF: hue angle of 255.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F54FF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 84 | 255 | - |
| CMYK | 0.50 | 0.67 | 0 | 0 |
| HSL | 255.09º | 1% | 0.66% | - |
| HSV(B) | 255.09º | 0.67% | 1% | - |
| XYZ | 29.97 | 18.07 | 96.52 | - |
| YUV | 116.35 | 206.25 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 255 | 0.50 | 0.67 | 0 | 0 | 255.09 | 1 | 0.66 |
| Hex | 7F | 54 | FF | 32 | 43 | 0 | 0 | FF | 64 | 42 |
| Octal | 177 | 124 | 377 | 62 | 103 | 0 | 0 | 377 | 144 | 102 |
| Binary | 1111111 | 1010100 | 11111111 | 110010 | 1000011 | 0 | 0 | 11111111 | 1100100 | 1000010 |
Color Harmonies of #7F54FF
Complementary color
Monochromatic Colors of #7F54FF
Black with #7F54FF
Text Example
Text Example
White with #7F54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F54FF; }
p { color: rgb(127,84,255); }
H1.HeaderClassName
{
color: #7F54FF;
}
.AnyTagClassName
{
color: #7F54FF;
}
</style>
background-color css
<style>
a { background-color: #7F54FF; }
a { background-color: rgb(127,84,255); }
div.DivClassName
{
background-color: #7F54FF;
}
.BgClassName
{
background-color: #7F54FF;
}
</style>
border-color css
<style>
span { border-color: #7F54FF; }
span { border-color: rgb(127,84,255); }
td.TdClassName
{
border-color: #7F54FF;
}
.TagClassName
{
border-color: #7F54FF;
}
</style>