Shades of Medium Slate Blue #7D50FC
Tints of Medium Slate Blue #7D50FC
RGB
CMYK
RGB Variations
Color information
#7D50FC (or 0x7D50FC) is known color: Medium Slate Blue. HEX triplet: 7D, 50 and FC. RGB value is (125,80,252). Sum of RGB (Red+Green+Blue) = 125+80+252=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D50FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D50FC is #82AF03. Grayscale: #707070. Windows color (decimal): -8564484 or 16535677. OLE color: 16535677.
HSL color Cylindrical-coordinate representation of color #7D50FC: hue angle of 255.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D50FC is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 80 | 252 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.01 |
| HSL | 255.7º | 0.97% | 0.65% | - |
| HSV(B) | 255.7º | 0.68% | 0.99% | - |
| XYZ | 28.9 | 17.13 | 93.88 | - |
| YUV | 113.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 252 | 0.50 | 0.68 | 0 | 0.01 | 255.7 | 0.97 | 0.65 |
| Hex | 7D | 50 | FC | 32 | 44 | 0 | 1 | 100 | 61 | 41 |
| Octal | 175 | 120 | 374 | 62 | 104 | 0 | 1 | 400 | 141 | 101 |
| Binary | 1111101 | 1010000 | 11111100 | 110010 | 1000100 | 0 | 1 | 100000000 | 1100001 | 1000001 |
Color Harmonies of #7D50FC
Complementary color
Monochromatic Colors of #7D50FC
Black with #7D50FC
Text Example
Text Example
White with #7D50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D50FC; }
p { color: rgb(125,80,252); }
H1.HeaderClassName
{
color: #7D50FC;
}
.AnyTagClassName
{
color: #7D50FC;
}
</style>
background-color css
<style>
a { background-color: #7D50FC; }
a { background-color: rgb(125,80,252); }
div.DivClassName
{
background-color: #7D50FC;
}
.BgClassName
{
background-color: #7D50FC;
}
</style>
border-color css
<style>
span { border-color: #7D50FC; }
span { border-color: rgb(125,80,252); }
td.TdClassName
{
border-color: #7D50FC;
}
.TagClassName
{
border-color: #7D50FC;
}
</style>