Shades of Medium Slate Blue #754DFA
Tints of Medium Slate Blue #754DFA
RGB
CMYK
RGB Variations
Color information
#754DFA (or 0x754DFA) is known color: Medium Slate Blue. HEX triplet: 75, 4D and FA. RGB value is (117,77,250). Sum of RGB (Red+Green+Blue) = 117+77+250=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #754DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DFA is #8AB205. Grayscale: #6C6C6C. Windows color (decimal): -9089542 or 16403829. OLE color: 16403829.
HSL color Cylindrical-coordinate representation of color #754DFA: hue angle of 253.87º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754DFA is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 77 | 250 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.02 |
| HSL | 253.87º | 0.95% | 0.64% | - |
| HSV(B) | 253.87º | 0.69% | 0.98% | - |
| XYZ | 27.25 | 15.99 | 92.09 | - |
| YUV | 108.68 | 207.75 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 250 | 0.53 | 0.69 | 0 | 0.02 | 253.87 | 0.95 | 0.64 |
| Hex | 75 | 4D | FA | 35 | 45 | 0 | 2 | FE | 5F | 40 |
| Octal | 165 | 115 | 372 | 65 | 105 | 0 | 2 | 376 | 137 | 100 |
| Binary | 1110101 | 1001101 | 11111010 | 110101 | 1000101 | 0 | 10 | 11111110 | 1011111 | 1000000 |
Color Harmonies of #754DFA
Complementary color
Monochromatic Colors of #754DFA
Black with #754DFA
Text Example
Text Example
White with #754DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DFA; }
p { color: rgb(117,77,250); }
H1.HeaderClassName
{
color: #754DFA;
}
.AnyTagClassName
{
color: #754DFA;
}
</style>
background-color css
<style>
a { background-color: #754DFA; }
a { background-color: rgb(117,77,250); }
div.DivClassName
{
background-color: #754DFA;
}
.BgClassName
{
background-color: #754DFA;
}
</style>
border-color css
<style>
span { border-color: #754DFA; }
span { border-color: rgb(117,77,250); }
td.TdClassName
{
border-color: #754DFA;
}
.TagClassName
{
border-color: #754DFA;
}
</style>