Shades of Medium Slate Blue #756FFA
Tints of Medium Slate Blue #756FFA
RGB
CMYK
RGB Variations
Color information
#756FFA (or 0x756FFA) is known color: Medium Slate Blue. HEX triplet: 75, 6F and FA. RGB value is (117,111,250). Sum of RGB (Red+Green+Blue) = 117+111+250=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #756FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FFA is #8A9005. Grayscale: #808080. Windows color (decimal): -9080838 or 16412533. OLE color: 16412533.
HSL color Cylindrical-coordinate representation of color #756FFA: hue angle of 242.59º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756FFA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 111 | 250 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.02 |
| HSL | 242.59º | 0.93% | 0.71% | - |
| HSV(B) | 242.59º | 0.56% | 0.98% | - |
| XYZ | 30.28 | 22.05 | 93.1 | - |
| YUV | 128.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 250 | 0.53 | 0.56 | 0 | 0.02 | 242.59 | 0.93 | 0.71 |
| Hex | 75 | 6F | FA | 35 | 38 | 0 | 2 | F3 | 5D | 47 |
| Octal | 165 | 157 | 372 | 65 | 70 | 0 | 2 | 363 | 135 | 107 |
| Binary | 1110101 | 1101111 | 11111010 | 110101 | 111000 | 0 | 10 | 11110011 | 1011101 | 1000111 |
Color Harmonies of #756FFA
Complementary color
Monochromatic Colors of #756FFA
Black with #756FFA
Text Example
Text Example
White with #756FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FFA; }
p { color: rgb(117,111,250); }
H1.HeaderClassName
{
color: #756FFA;
}
.AnyTagClassName
{
color: #756FFA;
}
</style>
background-color css
<style>
a { background-color: #756FFA; }
a { background-color: rgb(117,111,250); }
div.DivClassName
{
background-color: #756FFA;
}
.BgClassName
{
background-color: #756FFA;
}
</style>
border-color css
<style>
span { border-color: #756FFA; }
span { border-color: rgb(117,111,250); }
td.TdClassName
{
border-color: #756FFA;
}
.TagClassName
{
border-color: #756FFA;
}
</style>