Shades of Medium Slate Blue #7F46FF
Tints of Medium Slate Blue #7F46FF
RGB
CMYK
RGB Variations
Color information
#7F46FF (or 0x7F46FF) is known color: Medium Slate Blue. HEX triplet: 7F, 46 and FF. RGB value is (127,70,255). Sum of RGB (Red+Green+Blue) = 127+70+255=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F46FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F46FF is #80B900. Grayscale: #6B6B6B. Windows color (decimal): -8435969 or 16729727. OLE color: 16729727.
HSL color Cylindrical-coordinate representation of color #7F46FF: hue angle of 258.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F46FF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 70 | 255 | - |
| CMYK | 0.50 | 0.73 | 0 | 0 |
| HSL | 258.49º | 1% | 0.64% | - |
| HSV(B) | 258.49º | 0.73% | 1% | - |
| XYZ | 28.99 | 16.11 | 96.19 | - |
| YUV | 108.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 255 | 0.50 | 0.73 | 0 | 0 | 258.49 | 1 | 0.64 |
| Hex | 7F | 46 | FF | 32 | 49 | 0 | 0 | 102 | 64 | 40 |
| Octal | 177 | 106 | 377 | 62 | 111 | 0 | 0 | 402 | 144 | 100 |
| Binary | 1111111 | 1000110 | 11111111 | 110010 | 1001001 | 0 | 0 | 100000010 | 1100100 | 1000000 |
Color Harmonies of #7F46FF
Complementary color
Monochromatic Colors of #7F46FF
Black with #7F46FF
Text Example
Text Example
White with #7F46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F46FF; }
p { color: rgb(127,70,255); }
H1.HeaderClassName
{
color: #7F46FF;
}
.AnyTagClassName
{
color: #7F46FF;
}
</style>
background-color css
<style>
a { background-color: #7F46FF; }
a { background-color: rgb(127,70,255); }
div.DivClassName
{
background-color: #7F46FF;
}
.BgClassName
{
background-color: #7F46FF;
}
</style>
border-color css
<style>
span { border-color: #7F46FF; }
span { border-color: rgb(127,70,255); }
td.TdClassName
{
border-color: #7F46FF;
}
.TagClassName
{
border-color: #7F46FF;
}
</style>