Shades of Medium Slate Blue #755BFD
Tints of Medium Slate Blue #755BFD
RGB
CMYK
RGB Variations
Color information
#755BFD (or 0x755BFD) is known color: Medium Slate Blue. HEX triplet: 75, 5B and FD. RGB value is (117,91,253). Sum of RGB (Red+Green+Blue) = 117+91+253=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #755BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BFD is #8AA402. Grayscale: #747474. Windows color (decimal): -9085955 or 16604021. OLE color: 16604021.
HSL color Cylindrical-coordinate representation of color #755BFD: hue angle of 249.63º degrees, saturation: 0.98, 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 #755BFD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 91 | 253 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.01 |
| HSL | 249.63º | 0.98% | 0.67% | - |
| HSV(B) | 249.63º | 0.64% | 0.99% | - |
| XYZ | 28.81 | 18.36 | 94.95 | - |
| YUV | 117.24 | 204.61 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 253 | 0.54 | 0.64 | 0 | 0.01 | 249.63 | 0.98 | 0.67 |
| Hex | 75 | 5B | FD | 36 | 40 | 0 | 1 | FA | 62 | 43 |
| Octal | 165 | 133 | 375 | 66 | 100 | 0 | 1 | 372 | 142 | 103 |
| Binary | 1110101 | 1011011 | 11111101 | 110110 | 1000000 | 0 | 1 | 11111010 | 1100010 | 1000011 |
Color Harmonies of #755BFD
Complementary color
Monochromatic Colors of #755BFD
Black with #755BFD
Text Example
Text Example
White with #755BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BFD; }
p { color: rgb(117,91,253); }
H1.HeaderClassName
{
color: #755BFD;
}
.AnyTagClassName
{
color: #755BFD;
}
</style>
background-color css
<style>
a { background-color: #755BFD; }
a { background-color: rgb(117,91,253); }
div.DivClassName
{
background-color: #755BFD;
}
.BgClassName
{
background-color: #755BFD;
}
</style>
border-color css
<style>
span { border-color: #755BFD; }
span { border-color: rgb(117,91,253); }
td.TdClassName
{
border-color: #755BFD;
}
.TagClassName
{
border-color: #755BFD;
}
</style>