Shades of Medium Slate Blue #756DFA
Tints of Medium Slate Blue #756DFA
RGB
CMYK
RGB Variations
Color information
#756DFA (or 0x756DFA) is known color: Medium Slate Blue. HEX triplet: 75, 6D and FA. RGB value is (117,109,250). Sum of RGB (Red+Green+Blue) = 117+109+250=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #756DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DFA is #8A9205. Grayscale: #7E7E7E. Windows color (decimal): -9081350 or 16412021. OLE color: 16412021.
HSL color Cylindrical-coordinate representation of color #756DFA: hue angle of 243.4º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756DFA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 109 | 250 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.02 |
| HSL | 243.4º | 0.93% | 0.7% | - |
| HSV(B) | 243.4º | 0.56% | 0.98% | - |
| XYZ | 30.06 | 21.62 | 93.03 | - |
| YUV | 127.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 250 | 0.53 | 0.56 | 0 | 0.02 | 243.4 | 0.93 | 0.7 |
| Hex | 75 | 6D | FA | 35 | 38 | 0 | 2 | F3 | 5D | 46 |
| Octal | 165 | 155 | 372 | 65 | 70 | 0 | 2 | 363 | 135 | 106 |
| Binary | 1110101 | 1101101 | 11111010 | 110101 | 111000 | 0 | 10 | 11110011 | 1011101 | 1000110 |
Color Harmonies of #756DFA
Complementary color
Monochromatic Colors of #756DFA
Black with #756DFA
Text Example
Text Example
White with #756DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DFA; }
p { color: rgb(117,109,250); }
H1.HeaderClassName
{
color: #756DFA;
}
.AnyTagClassName
{
color: #756DFA;
}
</style>
background-color css
<style>
a { background-color: #756DFA; }
a { background-color: rgb(117,109,250); }
div.DivClassName
{
background-color: #756DFA;
}
.BgClassName
{
background-color: #756DFA;
}
</style>
border-color css
<style>
span { border-color: #756DFA; }
span { border-color: rgb(117,109,250); }
td.TdClassName
{
border-color: #756DFA;
}
.TagClassName
{
border-color: #756DFA;
}
</style>