Shades of Medium Slate Blue #756FF3
Tints of Medium Slate Blue #756FF3
RGB
CMYK
RGB Variations
Color information
#756FF3 (or 0x756FF3) is known color: Medium Slate Blue. HEX triplet: 75, 6F and F3. RGB value is (117,111,243). Sum of RGB (Red+Green+Blue) = 117+111+243=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #756FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF3 is #8A900C. Grayscale: #7F7F7F. Windows color (decimal): -9080845 or 15953781. OLE color: 15953781.
HSL color Cylindrical-coordinate representation of color #756FF3: hue angle of 242.73º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756FF3 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 111 | 243 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.05 |
| HSL | 242.73º | 0.85% | 0.69% | - |
| HSV(B) | 242.73º | 0.54% | 0.95% | - |
| XYZ | 29.2 | 21.62 | 87.43 | - |
| YUV | 127.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 243 | 0.52 | 0.54 | 0 | 0.05 | 242.73 | 0.85 | 0.69 |
| Hex | 75 | 6F | F3 | 34 | 36 | 0 | 5 | F3 | 55 | 45 |
| Octal | 165 | 157 | 363 | 64 | 66 | 0 | 5 | 363 | 125 | 105 |
| Binary | 1110101 | 1101111 | 11110011 | 110100 | 110110 | 0 | 101 | 11110011 | 1010101 | 1000101 |
Color Harmonies of #756FF3
Complementary color
Monochromatic Colors of #756FF3
Black with #756FF3
Text Example
Text Example
White with #756FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FF3; }
p { color: rgb(117,111,243); }
H1.HeaderClassName
{
color: #756FF3;
}
.AnyTagClassName
{
color: #756FF3;
}
</style>
background-color css
<style>
a { background-color: #756FF3; }
a { background-color: rgb(117,111,243); }
div.DivClassName
{
background-color: #756FF3;
}
.BgClassName
{
background-color: #756FF3;
}
</style>
border-color css
<style>
span { border-color: #756FF3; }
span { border-color: rgb(117,111,243); }
td.TdClassName
{
border-color: #756FF3;
}
.TagClassName
{
border-color: #756FF3;
}
</style>