Shades of Medium Slate Blue #756AEB
Tints of Medium Slate Blue #756AEB
RGB
CMYK
RGB Variations
Color information
#756AEB (or 0x756AEB) is known color: Medium Slate Blue. HEX triplet: 75, 6A and EB. RGB value is (117,106,235). Sum of RGB (Red+Green+Blue) = 117+106+235=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #756AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AEB is #8A9514. Grayscale: #7B7B7B. Windows color (decimal): -9082133 or 15428213. OLE color: 15428213.
HSL color Cylindrical-coordinate representation of color #756AEB: hue angle of 245.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756AEB is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 106 | 235 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.08 |
| HSL | 245.12º | 0.76% | 0.67% | - |
| HSV(B) | 245.12º | 0.55% | 0.92% | - |
| XYZ | 27.49 | 20.09 | 81.03 | - |
| YUV | 124 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 235 | 0.50 | 0.55 | 0 | 0.08 | 245.12 | 0.76 | 0.67 |
| Hex | 75 | 6A | EB | 32 | 37 | 0 | 8 | F5 | 4C | 43 |
| Octal | 165 | 152 | 353 | 62 | 67 | 0 | 10 | 365 | 114 | 103 |
| Binary | 1110101 | 1101010 | 11101011 | 110010 | 110111 | 0 | 1000 | 11110101 | 1001100 | 1000011 |
Color Harmonies of #756AEB
Complementary color
Monochromatic Colors of #756AEB
Black with #756AEB
Text Example
Text Example
White with #756AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AEB; }
p { color: rgb(117,106,235); }
H1.HeaderClassName
{
color: #756AEB;
}
.AnyTagClassName
{
color: #756AEB;
}
</style>
background-color css
<style>
a { background-color: #756AEB; }
a { background-color: rgb(117,106,235); }
div.DivClassName
{
background-color: #756AEB;
}
.BgClassName
{
background-color: #756AEB;
}
</style>
border-color css
<style>
span { border-color: #756AEB; }
span { border-color: rgb(117,106,235); }
td.TdClassName
{
border-color: #756AEB;
}
.TagClassName
{
border-color: #756AEB;
}
</style>