Shades of Medium Slate Blue #755DFD
Tints of Medium Slate Blue #755DFD
RGB
CMYK
RGB Variations
Color information
#755DFD (or 0x755DFD) is known color: Medium Slate Blue. HEX triplet: 75, 5D and FD. RGB value is (117,93,253). Sum of RGB (Red+Green+Blue) = 117+93+253=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #755DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DFD is #8AA202. Grayscale: #757575. Windows color (decimal): -9085443 or 16604533. OLE color: 16604533.
HSL color Cylindrical-coordinate representation of color #755DFD: hue angle of 249º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755DFD is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 93 | 253 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.01 |
| HSL | 249º | 0.98% | 0.68% | - |
| HSV(B) | 249º | 0.63% | 0.99% | - |
| XYZ | 28.98 | 18.7 | 95.01 | - |
| YUV | 118.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 253 | 0.54 | 0.63 | 0 | 0.01 | 249 | 0.98 | 0.68 |
| Hex | 75 | 5D | FD | 36 | 3F | 0 | 1 | F9 | 62 | 44 |
| Octal | 165 | 135 | 375 | 66 | 77 | 0 | 1 | 371 | 142 | 104 |
| Binary | 1110101 | 1011101 | 11111101 | 110110 | 111111 | 0 | 1 | 11111001 | 1100010 | 1000100 |
Color Harmonies of #755DFD
Complementary color
Monochromatic Colors of #755DFD
Black with #755DFD
Text Example
Text Example
White with #755DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DFD; }
p { color: rgb(117,93,253); }
H1.HeaderClassName
{
color: #755DFD;
}
.AnyTagClassName
{
color: #755DFD;
}
</style>
background-color css
<style>
a { background-color: #755DFD; }
a { background-color: rgb(117,93,253); }
div.DivClassName
{
background-color: #755DFD;
}
.BgClassName
{
background-color: #755DFD;
}
</style>
border-color css
<style>
span { border-color: #755DFD; }
span { border-color: rgb(117,93,253); }
td.TdClassName
{
border-color: #755DFD;
}
.TagClassName
{
border-color: #755DFD;
}
</style>