Shades of Medium Slate Blue #756FDA
Tints of Medium Slate Blue #756FDA
RGB
CMYK
RGB Variations
Color information
#756FDA (or 0x756FDA) is known color: Medium Slate Blue. HEX triplet: 75, 6F and DA. RGB value is (117,111,218). Sum of RGB (Red+Green+Blue) = 117+111+218=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #756FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FDA is #8A9025. Grayscale: #7C7C7C. Windows color (decimal): -9080870 or 14315381. OLE color: 14315381.
HSL color Cylindrical-coordinate representation of color #756FDA: hue angle of 243.36º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756FDA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 111 | 218 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.15 |
| HSL | 243.36º | 0.59% | 0.65% | - |
| HSV(B) | 243.36º | 0.49% | 0.85% | - |
| XYZ | 25.68 | 20.21 | 68.88 | - |
| YUV | 124.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 218 | 0.46 | 0.49 | 0 | 0.15 | 243.36 | 0.59 | 0.65 |
| Hex | 75 | 6F | DA | 2E | 31 | 0 | F | F3 | 3B | 41 |
| Octal | 165 | 157 | 332 | 56 | 61 | 0 | 17 | 363 | 73 | 101 |
| Binary | 1110101 | 1101111 | 11011010 | 101110 | 110001 | 0 | 1111 | 11110011 | 111011 | 1000001 |
Color Harmonies of #756FDA
Complementary color
Monochromatic Colors of #756FDA
Black with #756FDA
Text Example
Text Example
White with #756FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FDA; }
p { color: rgb(117,111,218); }
H1.HeaderClassName
{
color: #756FDA;
}
.AnyTagClassName
{
color: #756FDA;
}
</style>
background-color css
<style>
a { background-color: #756FDA; }
a { background-color: rgb(117,111,218); }
div.DivClassName
{
background-color: #756FDA;
}
.BgClassName
{
background-color: #756FDA;
}
</style>
border-color css
<style>
span { border-color: #756FDA; }
span { border-color: rgb(117,111,218); }
td.TdClassName
{
border-color: #756FDA;
}
.TagClassName
{
border-color: #756FDA;
}
</style>