Shades of Medium Slate Blue #7F53F4
Tints of Medium Slate Blue #7F53F4
RGB
CMYK
RGB Variations
Color information
#7F53F4 (or 0x7F53F4) is known color: Medium Slate Blue. HEX triplet: 7F, 53 and F4. RGB value is (127,83,244). Sum of RGB (Red+Green+Blue) = 127+83+244=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #7F53F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F53F4 is #80AC0B. Grayscale: #717171. Windows color (decimal): -8432652 or 16012159. OLE color: 16012159.
HSL color Cylindrical-coordinate representation of color #7F53F4: hue angle of 256.4º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F53F4 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 83 | 244 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.04 |
| HSL | 256.4º | 0.88% | 0.64% | - |
| HSV(B) | 256.4º | 0.66% | 0.96% | - |
| XYZ | 28.17 | 17.23 | 87.43 | - |
| YUV | 114.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 244 | 0.48 | 0.66 | 0 | 0.04 | 256.4 | 0.88 | 0.64 |
| Hex | 7F | 53 | F4 | 30 | 42 | 0 | 4 | 100 | 58 | 40 |
| Octal | 177 | 123 | 364 | 60 | 102 | 0 | 4 | 400 | 130 | 100 |
| Binary | 1111111 | 1010011 | 11110100 | 110000 | 1000010 | 0 | 100 | 100000000 | 1011000 | 1000000 |
Color Harmonies of #7F53F4
Complementary color
Monochromatic Colors of #7F53F4
Black with #7F53F4
Text Example
Text Example
White with #7F53F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F53F4; }
p { color: rgb(127,83,244); }
H1.HeaderClassName
{
color: #7F53F4;
}
.AnyTagClassName
{
color: #7F53F4;
}
</style>
background-color css
<style>
a { background-color: #7F53F4; }
a { background-color: rgb(127,83,244); }
div.DivClassName
{
background-color: #7F53F4;
}
.BgClassName
{
background-color: #7F53F4;
}
</style>
border-color css
<style>
span { border-color: #7F53F4; }
span { border-color: rgb(127,83,244); }
td.TdClassName
{
border-color: #7F53F4;
}
.TagClassName
{
border-color: #7F53F4;
}
</style>