Shades of Medium Slate Blue #755BFC
Tints of Medium Slate Blue #755BFC
RGB
CMYK
RGB Variations
Color information
#755BFC (or 0x755BFC) is known color: Medium Slate Blue. HEX triplet: 75, 5B and FC. RGB value is (117,91,252). Sum of RGB (Red+Green+Blue) = 117+91+252=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #755BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BFC is #8AA403. Grayscale: #747474. Windows color (decimal): -9085956 or 16538485. OLE color: 16538485.
HSL color Cylindrical-coordinate representation of color #755BFC: hue angle of 249.69º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755BFC is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 91 | 252 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.01 |
| HSL | 249.69º | 0.96% | 0.67% | - |
| HSV(B) | 249.69º | 0.64% | 0.99% | - |
| XYZ | 28.65 | 18.29 | 94.12 | - |
| YUV | 117.13 | 204.11 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 252 | 0.54 | 0.64 | 0 | 0.01 | 249.69 | 0.96 | 0.67 |
| Hex | 75 | 5B | FC | 36 | 40 | 0 | 1 | FA | 60 | 43 |
| Octal | 165 | 133 | 374 | 66 | 100 | 0 | 1 | 372 | 140 | 103 |
| Binary | 1110101 | 1011011 | 11111100 | 110110 | 1000000 | 0 | 1 | 11111010 | 1100000 | 1000011 |
Color Harmonies of #755BFC
Complementary color
Monochromatic Colors of #755BFC
Black with #755BFC
Text Example
Text Example
White with #755BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BFC; }
p { color: rgb(117,91,252); }
H1.HeaderClassName
{
color: #755BFC;
}
.AnyTagClassName
{
color: #755BFC;
}
</style>
background-color css
<style>
a { background-color: #755BFC; }
a { background-color: rgb(117,91,252); }
div.DivClassName
{
background-color: #755BFC;
}
.BgClassName
{
background-color: #755BFC;
}
</style>
border-color css
<style>
span { border-color: #755BFC; }
span { border-color: rgb(117,91,252); }
td.TdClassName
{
border-color: #755BFC;
}
.TagClassName
{
border-color: #755BFC;
}
</style>