Shades of Medium Slate Blue #7F55FF
Tints of Medium Slate Blue #7F55FF
RGB
CMYK
RGB Variations
Color information
#7F55FF (or 0x7F55FF) is known color: Medium Slate Blue. HEX triplet: 7F, 55 and FF. RGB value is (127,85,255). Sum of RGB (Red+Green+Blue) = 127+85+255=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F55FF is #80AA00. Grayscale: #747474. Windows color (decimal): -8432129 or 16733567. OLE color: 16733567.
HSL color Cylindrical-coordinate representation of color #7F55FF: hue angle of 254.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F55FF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 85 | 255 | - |
| CMYK | 0.50 | 0.67 | 0 | 0 |
| HSL | 254.82º | 1% | 0.67% | - |
| HSV(B) | 254.82º | 0.67% | 1% | - |
| XYZ | 30.05 | 18.23 | 96.54 | - |
| YUV | 116.94 | 205.91 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 255 | 0.50 | 0.67 | 0 | 0 | 254.82 | 1 | 0.67 |
| Hex | 7F | 55 | FF | 32 | 43 | 0 | 0 | FF | 64 | 43 |
| Octal | 177 | 125 | 377 | 62 | 103 | 0 | 0 | 377 | 144 | 103 |
| Binary | 1111111 | 1010101 | 11111111 | 110010 | 1000011 | 0 | 0 | 11111111 | 1100100 | 1000011 |
Color Harmonies of #7F55FF
Complementary color
Monochromatic Colors of #7F55FF
Black with #7F55FF
Text Example
Text Example
White with #7F55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F55FF; }
p { color: rgb(127,85,255); }
H1.HeaderClassName
{
color: #7F55FF;
}
.AnyTagClassName
{
color: #7F55FF;
}
</style>
background-color css
<style>
a { background-color: #7F55FF; }
a { background-color: rgb(127,85,255); }
div.DivClassName
{
background-color: #7F55FF;
}
.BgClassName
{
background-color: #7F55FF;
}
</style>
border-color css
<style>
span { border-color: #7F55FF; }
span { border-color: rgb(127,85,255); }
td.TdClassName
{
border-color: #7F55FF;
}
.TagClassName
{
border-color: #7F55FF;
}
</style>