Shades of Medium Slate Blue #755AF9
Tints of Medium Slate Blue #755AF9
RGB
CMYK
RGB Variations
Color information
#755AF9 (or 0x755AF9) is known color: Medium Slate Blue. HEX triplet: 75, 5A and F9. RGB value is (117,90,249). Sum of RGB (Red+Green+Blue) = 117+90+249=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #755AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AF9 is #8AA506. Grayscale: #737373. Windows color (decimal): -9086215 or 16341621. OLE color: 16341621.
HSL color Cylindrical-coordinate representation of color #755AF9: hue angle of 250.19º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #755AF9 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 90 | 249 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.02 |
| HSL | 250.19º | 0.93% | 0.66% | - |
| HSV(B) | 250.19º | 0.64% | 0.98% | - |
| XYZ | 28.09 | 17.93 | 91.6 | - |
| YUV | 116.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 249 | 0.53 | 0.64 | 0 | 0.02 | 250.19 | 0.93 | 0.66 |
| Hex | 75 | 5A | F9 | 35 | 40 | 0 | 2 | FA | 5D | 42 |
| Octal | 165 | 132 | 371 | 65 | 100 | 0 | 2 | 372 | 135 | 102 |
| Binary | 1110101 | 1011010 | 11111001 | 110101 | 1000000 | 0 | 10 | 11111010 | 1011101 | 1000010 |
Color Harmonies of #755AF9
Complementary color
Monochromatic Colors of #755AF9
Black with #755AF9
Text Example
Text Example
White with #755AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AF9; }
p { color: rgb(117,90,249); }
H1.HeaderClassName
{
color: #755AF9;
}
.AnyTagClassName
{
color: #755AF9;
}
</style>
background-color css
<style>
a { background-color: #755AF9; }
a { background-color: rgb(117,90,249); }
div.DivClassName
{
background-color: #755AF9;
}
.BgClassName
{
background-color: #755AF9;
}
</style>
border-color css
<style>
span { border-color: #755AF9; }
span { border-color: rgb(117,90,249); }
td.TdClassName
{
border-color: #755AF9;
}
.TagClassName
{
border-color: #755AF9;
}
</style>