Shades of Medium Slate Blue #756CF3
Tints of Medium Slate Blue #756CF3
RGB
CMYK
RGB Variations
Color information
#756CF3 (or 0x756CF3) is known color: Medium Slate Blue. HEX triplet: 75, 6C and F3. RGB value is (117,108,243). Sum of RGB (Red+Green+Blue) = 117+108+243=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #756CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CF3 is #8A930C. Grayscale: #7D7D7D. Windows color (decimal): -9081613 or 15953013. OLE color: 15953013.
HSL color Cylindrical-coordinate representation of color #756CF3: hue angle of 244º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756CF3 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 108 | 243 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.05 |
| HSL | 244º | 0.85% | 0.69% | - |
| HSV(B) | 244º | 0.56% | 0.95% | - |
| XYZ | 28.88 | 20.98 | 87.32 | - |
| YUV | 126.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 243 | 0.52 | 0.56 | 0 | 0.05 | 244 | 0.85 | 0.69 |
| Hex | 75 | 6C | F3 | 34 | 38 | 0 | 5 | F4 | 55 | 45 |
| Octal | 165 | 154 | 363 | 64 | 70 | 0 | 5 | 364 | 125 | 105 |
| Binary | 1110101 | 1101100 | 11110011 | 110100 | 111000 | 0 | 101 | 11110100 | 1010101 | 1000101 |
Color Harmonies of #756CF3
Complementary color
Monochromatic Colors of #756CF3
Black with #756CF3
Text Example
Text Example
White with #756CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CF3; }
p { color: rgb(117,108,243); }
H1.HeaderClassName
{
color: #756CF3;
}
.AnyTagClassName
{
color: #756CF3;
}
</style>
background-color css
<style>
a { background-color: #756CF3; }
a { background-color: rgb(117,108,243); }
div.DivClassName
{
background-color: #756CF3;
}
.BgClassName
{
background-color: #756CF3;
}
</style>
border-color css
<style>
span { border-color: #756CF3; }
span { border-color: rgb(117,108,243); }
td.TdClassName
{
border-color: #756CF3;
}
.TagClassName
{
border-color: #756CF3;
}
</style>