Shades of Medium Slate Blue #755BF3
Tints of Medium Slate Blue #755BF3
RGB
CMYK
RGB Variations
Color information
#755BF3 (or 0x755BF3) is known color: Medium Slate Blue. HEX triplet: 75, 5B and F3. RGB value is (117,91,243). Sum of RGB (Red+Green+Blue) = 117+91+243=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #755BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755BF3 is #8AA40C. Grayscale: #737373. Windows color (decimal): -9085965 or 15948661. OLE color: 15948661.
HSL color Cylindrical-coordinate representation of color #755BF3: hue angle of 250.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755BF3 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 91 | 243 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.05 |
| HSL | 250.26º | 0.86% | 0.65% | - |
| HSV(B) | 250.26º | 0.63% | 0.95% | - |
| XYZ | 27.25 | 17.74 | 86.78 | - |
| YUV | 116.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 243 | 0.52 | 0.63 | 0 | 0.05 | 250.26 | 0.86 | 0.65 |
| Hex | 75 | 5B | F3 | 34 | 3F | 0 | 5 | FA | 56 | 41 |
| Octal | 165 | 133 | 363 | 64 | 77 | 0 | 5 | 372 | 126 | 101 |
| Binary | 1110101 | 1011011 | 11110011 | 110100 | 111111 | 0 | 101 | 11111010 | 1010110 | 1000001 |
Color Harmonies of #755BF3
Complementary color
Monochromatic Colors of #755BF3
Black with #755BF3
Text Example
Text Example
White with #755BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BF3; }
p { color: rgb(117,91,243); }
H1.HeaderClassName
{
color: #755BF3;
}
.AnyTagClassName
{
color: #755BF3;
}
</style>
background-color css
<style>
a { background-color: #755BF3; }
a { background-color: rgb(117,91,243); }
div.DivClassName
{
background-color: #755BF3;
}
.BgClassName
{
background-color: #755BF3;
}
</style>
border-color css
<style>
span { border-color: #755BF3; }
span { border-color: rgb(117,91,243); }
td.TdClassName
{
border-color: #755BF3;
}
.TagClassName
{
border-color: #755BF3;
}
</style>