Shades of Medium Slate Blue #754BF8
Tints of Medium Slate Blue #754BF8
RGB
CMYK
RGB Variations
Color information
#754BF8 (or 0x754BF8) is known color: Medium Slate Blue. HEX triplet: 75, 4B and F8. RGB value is (117,75,248). Sum of RGB (Red+Green+Blue) = 117+75+248=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #754BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BF8 is #8AB407. Grayscale: #6A6A6A. Windows color (decimal): -9090056 or 16272245. OLE color: 16272245.
HSL color Cylindrical-coordinate representation of color #754BF8: hue angle of 254.57º degrees, saturation: 0.93, 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 #754BF8 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 75 | 248 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.03 |
| HSL | 254.57º | 0.93% | 0.63% | - |
| HSV(B) | 254.57º | 0.7% | 0.97% | - |
| XYZ | 26.8 | 15.59 | 90.4 | - |
| YUV | 107.28 | 207.41 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 248 | 0.53 | 0.70 | 0 | 0.03 | 254.57 | 0.93 | 0.63 |
| Hex | 75 | 4B | F8 | 35 | 46 | 0 | 3 | FF | 5D | 3F |
| Octal | 165 | 113 | 370 | 65 | 106 | 0 | 3 | 377 | 135 | 77 |
| Binary | 1110101 | 1001011 | 11111000 | 110101 | 1000110 | 0 | 11 | 11111111 | 1011101 | 111111 |
Color Harmonies of #754BF8
Complementary color
Monochromatic Colors of #754BF8
Black with #754BF8
Text Example
Text Example
White with #754BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BF8; }
p { color: rgb(117,75,248); }
H1.HeaderClassName
{
color: #754BF8;
}
.AnyTagClassName
{
color: #754BF8;
}
</style>
background-color css
<style>
a { background-color: #754BF8; }
a { background-color: rgb(117,75,248); }
div.DivClassName
{
background-color: #754BF8;
}
.BgClassName
{
background-color: #754BF8;
}
</style>
border-color css
<style>
span { border-color: #754BF8; }
span { border-color: rgb(117,75,248); }
td.TdClassName
{
border-color: #754BF8;
}
.TagClassName
{
border-color: #754BF8;
}
</style>