Shades of Medium Slate Blue #756AF0
Tints of Medium Slate Blue #756AF0
RGB
CMYK
RGB Variations
Color information
#756AF0 (or 0x756AF0) is known color: Medium Slate Blue. HEX triplet: 75, 6A and F0. RGB value is (117,106,240). Sum of RGB (Red+Green+Blue) = 117+106+240=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #756AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AF0 is #8A950F. Grayscale: #7C7C7C. Windows color (decimal): -9082128 or 15755893. OLE color: 15755893.
HSL color Cylindrical-coordinate representation of color #756AF0: hue angle of 244.93º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756AF0 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 106 | 240 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.06 |
| HSL | 244.93º | 0.82% | 0.68% | - |
| HSV(B) | 244.93º | 0.56% | 0.94% | - |
| XYZ | 28.22 | 20.38 | 84.88 | - |
| YUV | 124.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 240 | 0.51 | 0.56 | 0 | 0.06 | 244.93 | 0.82 | 0.68 |
| Hex | 75 | 6A | F0 | 33 | 38 | 0 | 6 | F5 | 52 | 44 |
| Octal | 165 | 152 | 360 | 63 | 70 | 0 | 6 | 365 | 122 | 104 |
| Binary | 1110101 | 1101010 | 11110000 | 110011 | 111000 | 0 | 110 | 11110101 | 1010010 | 1000100 |
Color Harmonies of #756AF0
Complementary color
Monochromatic Colors of #756AF0
Black with #756AF0
Text Example
Text Example
White with #756AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AF0; }
p { color: rgb(117,106,240); }
H1.HeaderClassName
{
color: #756AF0;
}
.AnyTagClassName
{
color: #756AF0;
}
</style>
background-color css
<style>
a { background-color: #756AF0; }
a { background-color: rgb(117,106,240); }
div.DivClassName
{
background-color: #756AF0;
}
.BgClassName
{
background-color: #756AF0;
}
</style>
border-color css
<style>
span { border-color: #756AF0; }
span { border-color: rgb(117,106,240); }
td.TdClassName
{
border-color: #756AF0;
}
.TagClassName
{
border-color: #756AF0;
}
</style>