Shades of Medium Slate Blue #754FEF
Tints of Medium Slate Blue #754FEF
RGB
CMYK
RGB Variations
Color information
#754FEF (or 0x754FEF) is known color: Medium Slate Blue. HEX triplet: 75, 4F and EF. RGB value is (117,79,239). Sum of RGB (Red+Green+Blue) = 117+79+239=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #754FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FEF is #8AB010. Grayscale: #6C6C6C. Windows color (decimal): -9089041 or 15683445. OLE color: 15683445.
HSL color Cylindrical-coordinate representation of color #754FEF: hue angle of 254.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754FEF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 79 | 239 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.06 |
| HSL | 254.25º | 0.83% | 0.62% | - |
| HSV(B) | 254.25º | 0.67% | 0.94% | - |
| XYZ | 25.71 | 15.61 | 83.32 | - |
| YUV | 108.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 239 | 0.51 | 0.67 | 0 | 0.06 | 254.25 | 0.83 | 0.62 |
| Hex | 75 | 4F | EF | 33 | 43 | 0 | 6 | FE | 53 | 3E |
| Octal | 165 | 117 | 357 | 63 | 103 | 0 | 6 | 376 | 123 | 76 |
| Binary | 1110101 | 1001111 | 11101111 | 110011 | 1000011 | 0 | 110 | 11111110 | 1010011 | 111110 |
Color Harmonies of #754FEF
Complementary color
Monochromatic Colors of #754FEF
Black with #754FEF
Text Example
Text Example
White with #754FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FEF; }
p { color: rgb(117,79,239); }
H1.HeaderClassName
{
color: #754FEF;
}
.AnyTagClassName
{
color: #754FEF;
}
</style>
background-color css
<style>
a { background-color: #754FEF; }
a { background-color: rgb(117,79,239); }
div.DivClassName
{
background-color: #754FEF;
}
.BgClassName
{
background-color: #754FEF;
}
</style>
border-color css
<style>
span { border-color: #754FEF; }
span { border-color: rgb(117,79,239); }
td.TdClassName
{
border-color: #754FEF;
}
.TagClassName
{
border-color: #754FEF;
}
</style>