Shades of Medium Slate Blue #7F56FF
Tints of Medium Slate Blue #7F56FF
RGB
CMYK
RGB Variations
Color information
#7F56FF (or 0x7F56FF) is known color: Medium Slate Blue. HEX triplet: 7F, 56 and FF. RGB value is (127,86,255). Sum of RGB (Red+Green+Blue) = 127+86+255=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F56FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F56FF is #80A900. Grayscale: #747474. Windows color (decimal): -8431873 or 16733823. OLE color: 16733823.
HSL color Cylindrical-coordinate representation of color #7F56FF: hue angle of 254.56º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F56FF is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 86 | 255 | - |
| CMYK | 0.50 | 0.66 | 0 | 0 |
| HSL | 254.56º | 1% | 0.67% | - |
| HSV(B) | 254.56º | 0.66% | 1% | - |
| XYZ | 30.13 | 18.39 | 96.57 | - |
| YUV | 117.53 | 205.58 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 255 | 0.50 | 0.66 | 0 | 0 | 254.56 | 1 | 0.67 |
| Hex | 7F | 56 | FF | 32 | 42 | 0 | 0 | FF | 64 | 43 |
| Octal | 177 | 126 | 377 | 62 | 102 | 0 | 0 | 377 | 144 | 103 |
| Binary | 1111111 | 1010110 | 11111111 | 110010 | 1000010 | 0 | 0 | 11111111 | 1100100 | 1000011 |
Color Harmonies of #7F56FF
Complementary color
Monochromatic Colors of #7F56FF
Black with #7F56FF
Text Example
Text Example
White with #7F56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56FF; }
p { color: rgb(127,86,255); }
H1.HeaderClassName
{
color: #7F56FF;
}
.AnyTagClassName
{
color: #7F56FF;
}
</style>
background-color css
<style>
a { background-color: #7F56FF; }
a { background-color: rgb(127,86,255); }
div.DivClassName
{
background-color: #7F56FF;
}
.BgClassName
{
background-color: #7F56FF;
}
</style>
border-color css
<style>
span { border-color: #7F56FF; }
span { border-color: rgb(127,86,255); }
td.TdClassName
{
border-color: #7F56FF;
}
.TagClassName
{
border-color: #7F56FF;
}
</style>