Shades of Medium Slate Blue #755DF3
Tints of Medium Slate Blue #755DF3
RGB
CMYK
RGB Variations
Color information
#755DF3 (or 0x755DF3) is known color: Medium Slate Blue. HEX triplet: 75, 5D and F3. RGB value is (117,93,243). Sum of RGB (Red+Green+Blue) = 117+93+243=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #755DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DF3 is #8AA20C. Grayscale: #747474. Windows color (decimal): -9085453 or 15949173. OLE color: 15949173.
HSL color Cylindrical-coordinate representation of color #755DF3: hue angle of 249.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755DF3 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 93 | 243 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.05 |
| HSL | 249.6º | 0.86% | 0.66% | - |
| HSV(B) | 249.6º | 0.62% | 0.95% | - |
| XYZ | 27.43 | 18.08 | 86.84 | - |
| YUV | 117.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 243 | 0.52 | 0.62 | 0 | 0.05 | 249.6 | 0.86 | 0.66 |
| Hex | 75 | 5D | F3 | 34 | 3E | 0 | 5 | FA | 56 | 42 |
| Octal | 165 | 135 | 363 | 64 | 76 | 0 | 5 | 372 | 126 | 102 |
| Binary | 1110101 | 1011101 | 11110011 | 110100 | 111110 | 0 | 101 | 11111010 | 1010110 | 1000010 |
Color Harmonies of #755DF3
Complementary color
Monochromatic Colors of #755DF3
Black with #755DF3
Text Example
Text Example
White with #755DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DF3; }
p { color: rgb(117,93,243); }
H1.HeaderClassName
{
color: #755DF3;
}
.AnyTagClassName
{
color: #755DF3;
}
</style>
background-color css
<style>
a { background-color: #755DF3; }
a { background-color: rgb(117,93,243); }
div.DivClassName
{
background-color: #755DF3;
}
.BgClassName
{
background-color: #755DF3;
}
</style>
border-color css
<style>
span { border-color: #755DF3; }
span { border-color: rgb(117,93,243); }
td.TdClassName
{
border-color: #755DF3;
}
.TagClassName
{
border-color: #755DF3;
}
</style>