Shades of Medium Slate Blue #754DFE
Tints of Medium Slate Blue #754DFE
RGB
CMYK
RGB Variations
Color information
#754DFE (or 0x754DFE) is known color: Medium Slate Blue. HEX triplet: 75, 4D and FE. RGB value is (117,77,254). Sum of RGB (Red+Green+Blue) = 117+77+254=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #754DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DFE is #8AB201. Grayscale: #6C6C6C. Windows color (decimal): -9089538 or 16665973. OLE color: 16665973.
HSL color Cylindrical-coordinate representation of color #754DFE: hue angle of 253.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754DFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 77 | 254 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.00 |
| HSL | 253.56º | 0.99% | 0.65% | - |
| HSV(B) | 253.56º | 0.7% | 1% | - |
| XYZ | 27.88 | 16.25 | 95.43 | - |
| YUV | 109.14 | 209.75 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 254 | 0.54 | 0.70 | 0 | 0.00 | 253.56 | 0.99 | 0.65 |
| Hex | 75 | 4D | FE | 36 | 46 | 0 | 0 | FE | 63 | 41 |
| Octal | 165 | 115 | 376 | 66 | 106 | 0 | 0 | 376 | 143 | 101 |
| Binary | 1110101 | 1001101 | 11111110 | 110110 | 1000110 | 0 | 0 | 11111110 | 1100011 | 1000001 |
Color Harmonies of #754DFE
Complementary color
Monochromatic Colors of #754DFE
Black with #754DFE
Text Example
Text Example
White with #754DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DFE; }
p { color: rgb(117,77,254); }
H1.HeaderClassName
{
color: #754DFE;
}
.AnyTagClassName
{
color: #754DFE;
}
</style>
background-color css
<style>
a { background-color: #754DFE; }
a { background-color: rgb(117,77,254); }
div.DivClassName
{
background-color: #754DFE;
}
.BgClassName
{
background-color: #754DFE;
}
</style>
border-color css
<style>
span { border-color: #754DFE; }
span { border-color: rgb(117,77,254); }
td.TdClassName
{
border-color: #754DFE;
}
.TagClassName
{
border-color: #754DFE;
}
</style>