Shades of Medium Slate Blue #755DF8
Tints of Medium Slate Blue #755DF8
RGB
CMYK
RGB Variations
Color information
#755DF8 (or 0x755DF8) is known color: Medium Slate Blue. HEX triplet: 75, 5D and F8. RGB value is (117,93,248). Sum of RGB (Red+Green+Blue) = 117+93+248=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #755DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DF8 is #8AA207. Grayscale: #757575. Windows color (decimal): -9085448 or 16276853. OLE color: 16276853.
HSL color Cylindrical-coordinate representation of color #755DF8: hue angle of 249.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755DF8 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 93 | 248 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.03 |
| HSL | 249.29º | 0.92% | 0.67% | - |
| HSV(B) | 249.29º | 0.63% | 0.97% | - |
| XYZ | 28.19 | 18.39 | 90.87 | - |
| YUV | 117.85 | 201.45 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 248 | 0.53 | 0.62 | 0 | 0.03 | 249.29 | 0.92 | 0.67 |
| Hex | 75 | 5D | F8 | 35 | 3E | 0 | 3 | F9 | 5C | 43 |
| Octal | 165 | 135 | 370 | 65 | 76 | 0 | 3 | 371 | 134 | 103 |
| Binary | 1110101 | 1011101 | 11111000 | 110101 | 111110 | 0 | 11 | 11111001 | 1011100 | 1000011 |
Color Harmonies of #755DF8
Complementary color
Monochromatic Colors of #755DF8
Black with #755DF8
Text Example
Text Example
White with #755DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DF8; }
p { color: rgb(117,93,248); }
H1.HeaderClassName
{
color: #755DF8;
}
.AnyTagClassName
{
color: #755DF8;
}
</style>
background-color css
<style>
a { background-color: #755DF8; }
a { background-color: rgb(117,93,248); }
div.DivClassName
{
background-color: #755DF8;
}
.BgClassName
{
background-color: #755DF8;
}
</style>
border-color css
<style>
span { border-color: #755DF8; }
span { border-color: rgb(117,93,248); }
td.TdClassName
{
border-color: #755DF8;
}
.TagClassName
{
border-color: #755DF8;
}
</style>