Shades of Medium Slate Blue #755FEF
Tints of Medium Slate Blue #755FEF
RGB
CMYK
RGB Variations
Color information
#755FEF (or 0x755FEF) is known color: Medium Slate Blue. HEX triplet: 75, 5F and EF. RGB value is (117,95,239). Sum of RGB (Red+Green+Blue) = 117+95+239=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #755FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FEF is #8AA010. Grayscale: #757575. Windows color (decimal): -9084945 or 15687541. OLE color: 15687541.
HSL color Cylindrical-coordinate representation of color #755FEF: hue angle of 249.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755FEF is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 95 | 239 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.06 |
| HSL | 249.17º | 0.82% | 0.65% | - |
| HSV(B) | 249.17º | 0.6% | 0.94% | - |
| XYZ | 27.01 | 18.2 | 83.75 | - |
| YUV | 117.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 239 | 0.51 | 0.60 | 0 | 0.06 | 249.17 | 0.82 | 0.65 |
| Hex | 75 | 5F | EF | 33 | 3C | 0 | 6 | F9 | 52 | 41 |
| Octal | 165 | 137 | 357 | 63 | 74 | 0 | 6 | 371 | 122 | 101 |
| Binary | 1110101 | 1011111 | 11101111 | 110011 | 111100 | 0 | 110 | 11111001 | 1010010 | 1000001 |
Color Harmonies of #755FEF
Complementary color
Monochromatic Colors of #755FEF
Black with #755FEF
Text Example
Text Example
White with #755FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FEF; }
p { color: rgb(117,95,239); }
H1.HeaderClassName
{
color: #755FEF;
}
.AnyTagClassName
{
color: #755FEF;
}
</style>
background-color css
<style>
a { background-color: #755FEF; }
a { background-color: rgb(117,95,239); }
div.DivClassName
{
background-color: #755FEF;
}
.BgClassName
{
background-color: #755FEF;
}
</style>
border-color css
<style>
span { border-color: #755FEF; }
span { border-color: rgb(117,95,239); }
td.TdClassName
{
border-color: #755FEF;
}
.TagClassName
{
border-color: #755FEF;
}
</style>