Shades of Medium Slate Blue #7D44FA
Tints of Medium Slate Blue #7D44FA
RGB
CMYK
RGB Variations
Color information
#7D44FA (or 0x7D44FA) is known color: Medium Slate Blue. HEX triplet: 7D, 44 and FA. RGB value is (125,68,250). Sum of RGB (Red+Green+Blue) = 125+68+250=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D44FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D44FA is #82BB05. Grayscale: #696969. Windows color (decimal): -8567558 or 16401533. OLE color: 16401533.
HSL color Cylindrical-coordinate representation of color #7D44FA: hue angle of 258.79º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D44FA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 68 | 250 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.02 |
| HSL | 258.79º | 0.95% | 0.62% | - |
| HSV(B) | 258.79º | 0.73% | 0.98% | - |
| XYZ | 27.78 | 15.4 | 91.95 | - |
| YUV | 105.79 | 209.38 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 250 | 0.50 | 0.73 | 0 | 0.02 | 258.79 | 0.95 | 0.62 |
| Hex | 7D | 44 | FA | 32 | 49 | 0 | 2 | 103 | 5F | 3E |
| Octal | 175 | 104 | 372 | 62 | 111 | 0 | 2 | 403 | 137 | 76 |
| Binary | 1111101 | 1000100 | 11111010 | 110010 | 1001001 | 0 | 10 | 100000011 | 1011111 | 111110 |
Color Harmonies of #7D44FA
Complementary color
Monochromatic Colors of #7D44FA
Black with #7D44FA
Text Example
Text Example
White with #7D44FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D44FA; }
p { color: rgb(125,68,250); }
H1.HeaderClassName
{
color: #7D44FA;
}
.AnyTagClassName
{
color: #7D44FA;
}
</style>
background-color css
<style>
a { background-color: #7D44FA; }
a { background-color: rgb(125,68,250); }
div.DivClassName
{
background-color: #7D44FA;
}
.BgClassName
{
background-color: #7D44FA;
}
</style>
border-color css
<style>
span { border-color: #7D44FA; }
span { border-color: rgb(125,68,250); }
td.TdClassName
{
border-color: #7D44FA;
}
.TagClassName
{
border-color: #7D44FA;
}
</style>