Shades of Medium Slate Blue #755FF7
Tints of Medium Slate Blue #755FF7
RGB
CMYK
RGB Variations
Color information
#755FF7 (or 0x755FF7) is known color: Medium Slate Blue. HEX triplet: 75, 5F and F7. RGB value is (117,95,247). Sum of RGB (Red+Green+Blue) = 117+95+247=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #755FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FF7 is #8AA008. Grayscale: #767676. Windows color (decimal): -9084937 or 16211829. OLE color: 16211829.
HSL color Cylindrical-coordinate representation of color #755FF7: hue angle of 248.68º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755FF7 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 95 | 247 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.03 |
| HSL | 248.68º | 0.9% | 0.67% | - |
| HSV(B) | 248.68º | 0.62% | 0.97% | - |
| XYZ | 28.22 | 18.68 | 90.11 | - |
| YUV | 118.91 | 200.29 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 247 | 0.53 | 0.62 | 0 | 0.03 | 248.68 | 0.9 | 0.67 |
| Hex | 75 | 5F | F7 | 35 | 3E | 0 | 3 | F9 | 5A | 43 |
| Octal | 165 | 137 | 367 | 65 | 76 | 0 | 3 | 371 | 132 | 103 |
| Binary | 1110101 | 1011111 | 11110111 | 110101 | 111110 | 0 | 11 | 11111001 | 1011010 | 1000011 |
Color Harmonies of #755FF7
Complementary color
Monochromatic Colors of #755FF7
Black with #755FF7
Text Example
Text Example
White with #755FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755FF7; }
p { color: rgb(117,95,247); }
H1.HeaderClassName
{
color: #755FF7;
}
.AnyTagClassName
{
color: #755FF7;
}
</style>
background-color css
<style>
a { background-color: #755FF7; }
a { background-color: rgb(117,95,247); }
div.DivClassName
{
background-color: #755FF7;
}
.BgClassName
{
background-color: #755FF7;
}
</style>
border-color css
<style>
span { border-color: #755FF7; }
span { border-color: rgb(117,95,247); }
td.TdClassName
{
border-color: #755FF7;
}
.TagClassName
{
border-color: #755FF7;
}
</style>