Shades of Medium Slate Blue #754BF7
Tints of Medium Slate Blue #754BF7
RGB
CMYK
RGB Variations
Color information
#754BF7 (or 0x754BF7) is known color: Medium Slate Blue. HEX triplet: 75, 4B and F7. RGB value is (117,75,247). Sum of RGB (Red+Green+Blue) = 117+75+247=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #754BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BF7 is #8AB408. Grayscale: #6A6A6A. Windows color (decimal): -9090057 or 16206709. OLE color: 16206709.
HSL color Cylindrical-coordinate representation of color #754BF7: hue angle of 254.65º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754BF7 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 75 | 247 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.03 |
| HSL | 254.65º | 0.91% | 0.63% | - |
| HSV(B) | 254.65º | 0.7% | 0.97% | - |
| XYZ | 26.64 | 15.53 | 89.59 | - |
| YUV | 107.17 | 206.91 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 247 | 0.53 | 0.70 | 0 | 0.03 | 254.65 | 0.91 | 0.63 |
| Hex | 75 | 4B | F7 | 35 | 46 | 0 | 3 | FF | 5B | 3F |
| Octal | 165 | 113 | 367 | 65 | 106 | 0 | 3 | 377 | 133 | 77 |
| Binary | 1110101 | 1001011 | 11110111 | 110101 | 1000110 | 0 | 11 | 11111111 | 1011011 | 111111 |
Color Harmonies of #754BF7
Complementary color
Monochromatic Colors of #754BF7
Black with #754BF7
Text Example
Text Example
White with #754BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BF7; }
p { color: rgb(117,75,247); }
H1.HeaderClassName
{
color: #754BF7;
}
.AnyTagClassName
{
color: #754BF7;
}
</style>
background-color css
<style>
a { background-color: #754BF7; }
a { background-color: rgb(117,75,247); }
div.DivClassName
{
background-color: #754BF7;
}
.BgClassName
{
background-color: #754BF7;
}
</style>
border-color css
<style>
span { border-color: #754BF7; }
span { border-color: rgb(117,75,247); }
td.TdClassName
{
border-color: #754BF7;
}
.TagClassName
{
border-color: #754BF7;
}
</style>