Shades of Medium Slate Blue #755DFC
Tints of Medium Slate Blue #755DFC
RGB
CMYK
RGB Variations
Color information
#755DFC (or 0x755DFC) is known color: Medium Slate Blue. HEX triplet: 75, 5D and FC. RGB value is (117,93,252). Sum of RGB (Red+Green+Blue) = 117+93+252=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #755DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755DFC is #8AA203. Grayscale: #757575. Windows color (decimal): -9085444 or 16538997. OLE color: 16538997.
HSL color Cylindrical-coordinate representation of color #755DFC: hue angle of 249.06º degrees, saturation: 0.96, 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 #755DFC is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 93 | 252 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.01 |
| HSL | 249.06º | 0.96% | 0.68% | - |
| HSV(B) | 249.06º | 0.63% | 0.99% | - |
| XYZ | 28.82 | 18.64 | 94.17 | - |
| YUV | 118.3 | 203.45 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 252 | 0.54 | 0.63 | 0 | 0.01 | 249.06 | 0.96 | 0.68 |
| Hex | 75 | 5D | FC | 36 | 3F | 0 | 1 | F9 | 60 | 44 |
| Octal | 165 | 135 | 374 | 66 | 77 | 0 | 1 | 371 | 140 | 104 |
| Binary | 1110101 | 1011101 | 11111100 | 110110 | 111111 | 0 | 1 | 11111001 | 1100000 | 1000100 |
Color Harmonies of #755DFC
Complementary color
Monochromatic Colors of #755DFC
Black with #755DFC
Text Example
Text Example
White with #755DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755DFC; }
p { color: rgb(117,93,252); }
H1.HeaderClassName
{
color: #755DFC;
}
.AnyTagClassName
{
color: #755DFC;
}
</style>
background-color css
<style>
a { background-color: #755DFC; }
a { background-color: rgb(117,93,252); }
div.DivClassName
{
background-color: #755DFC;
}
.BgClassName
{
background-color: #755DFC;
}
</style>
border-color css
<style>
span { border-color: #755DFC; }
span { border-color: rgb(117,93,252); }
td.TdClassName
{
border-color: #755DFC;
}
.TagClassName
{
border-color: #755DFC;
}
</style>