Shades of Medium Slate Blue #754DFD
Tints of Medium Slate Blue #754DFD
RGB
CMYK
RGB Variations
Color information
#754DFD (or 0x754DFD) is known color: Medium Slate Blue. HEX triplet: 75, 4D and FD. RGB value is (117,77,253). Sum of RGB (Red+Green+Blue) = 117+77+253=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #754DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DFD is #8AB202. Grayscale: #6C6C6C. Windows color (decimal): -9089539 or 16600437. OLE color: 16600437.
HSL color Cylindrical-coordinate representation of color #754DFD: hue angle of 253.64º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754DFD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 77 | 253 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.01 |
| HSL | 253.64º | 0.98% | 0.65% | - |
| HSV(B) | 253.64º | 0.7% | 0.99% | - |
| XYZ | 27.72 | 16.18 | 94.59 | - |
| YUV | 109.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 253 | 0.54 | 0.70 | 0 | 0.01 | 253.64 | 0.98 | 0.65 |
| Hex | 75 | 4D | FD | 36 | 46 | 0 | 1 | FE | 62 | 41 |
| Octal | 165 | 115 | 375 | 66 | 106 | 0 | 1 | 376 | 142 | 101 |
| Binary | 1110101 | 1001101 | 11111101 | 110110 | 1000110 | 0 | 1 | 11111110 | 1100010 | 1000001 |
Color Harmonies of #754DFD
Complementary color
Monochromatic Colors of #754DFD
Black with #754DFD
Text Example
Text Example
White with #754DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DFD; }
p { color: rgb(117,77,253); }
H1.HeaderClassName
{
color: #754DFD;
}
.AnyTagClassName
{
color: #754DFD;
}
</style>
background-color css
<style>
a { background-color: #754DFD; }
a { background-color: rgb(117,77,253); }
div.DivClassName
{
background-color: #754DFD;
}
.BgClassName
{
background-color: #754DFD;
}
</style>
border-color css
<style>
span { border-color: #754DFD; }
span { border-color: rgb(117,77,253); }
td.TdClassName
{
border-color: #754DFD;
}
.TagClassName
{
border-color: #754DFD;
}
</style>