Shades of Medium Slate Blue #756FF2
Tints of Medium Slate Blue #756FF2
RGB
CMYK
RGB Variations
Color information
#756FF2 (or 0x756FF2) is known color: Medium Slate Blue. HEX triplet: 75, 6F and F2. RGB value is (117,111,242). Sum of RGB (Red+Green+Blue) = 117+111+242=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #756FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF2 is #8A900D. Grayscale: #7F7F7F. Windows color (decimal): -9080846 or 15888245. OLE color: 15888245.
HSL color Cylindrical-coordinate representation of color #756FF2: hue angle of 242.75º degrees, saturation: 0.83, 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 #756FF2 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 111 | 242 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.05 |
| HSL | 242.75º | 0.83% | 0.69% | - |
| HSV(B) | 242.75º | 0.54% | 0.95% | - |
| XYZ | 29.05 | 21.56 | 86.64 | - |
| YUV | 127.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 242 | 0.52 | 0.54 | 0 | 0.05 | 242.75 | 0.83 | 0.69 |
| Hex | 75 | 6F | F2 | 34 | 36 | 0 | 5 | F3 | 53 | 45 |
| Octal | 165 | 157 | 362 | 64 | 66 | 0 | 5 | 363 | 123 | 105 |
| Binary | 1110101 | 1101111 | 11110010 | 110100 | 110110 | 0 | 101 | 11110011 | 1010011 | 1000101 |
Color Harmonies of #756FF2
Complementary color
Monochromatic Colors of #756FF2
Black with #756FF2
Text Example
Text Example
White with #756FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FF2; }
p { color: rgb(117,111,242); }
H1.HeaderClassName
{
color: #756FF2;
}
.AnyTagClassName
{
color: #756FF2;
}
</style>
background-color css
<style>
a { background-color: #756FF2; }
a { background-color: rgb(117,111,242); }
div.DivClassName
{
background-color: #756FF2;
}
.BgClassName
{
background-color: #756FF2;
}
</style>
border-color css
<style>
span { border-color: #756FF2; }
span { border-color: rgb(117,111,242); }
td.TdClassName
{
border-color: #756FF2;
}
.TagClassName
{
border-color: #756FF2;
}
</style>