Shades of Medium Slate Blue #754AF9
Tints of Medium Slate Blue #754AF9
RGB
CMYK
RGB Variations
Color information
#754AF9 (or 0x754AF9) is known color: Medium Slate Blue. HEX triplet: 75, 4A and F9. RGB value is (117,74,249). Sum of RGB (Red+Green+Blue) = 117+74+249=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #754AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AF9 is #8AB506. Grayscale: #6A6A6A. Windows color (decimal): -9090311 or 16337525. OLE color: 16337525.
HSL color Cylindrical-coordinate representation of color #754AF9: hue angle of 254.74º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754AF9 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 74 | 249 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.02 |
| HSL | 254.74º | 0.94% | 0.63% | - |
| HSV(B) | 254.74º | 0.7% | 0.98% | - |
| XYZ | 26.88 | 15.52 | 91.2 | - |
| YUV | 106.81 | 208.25 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 249 | 0.53 | 0.70 | 0 | 0.02 | 254.74 | 0.94 | 0.63 |
| Hex | 75 | 4A | F9 | 35 | 46 | 0 | 2 | FF | 5E | 3F |
| Octal | 165 | 112 | 371 | 65 | 106 | 0 | 2 | 377 | 136 | 77 |
| Binary | 1110101 | 1001010 | 11111001 | 110101 | 1000110 | 0 | 10 | 11111111 | 1011110 | 111111 |
Color Harmonies of #754AF9
Complementary color
Monochromatic Colors of #754AF9
Black with #754AF9
Text Example
Text Example
White with #754AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AF9; }
p { color: rgb(117,74,249); }
H1.HeaderClassName
{
color: #754AF9;
}
.AnyTagClassName
{
color: #754AF9;
}
</style>
background-color css
<style>
a { background-color: #754AF9; }
a { background-color: rgb(117,74,249); }
div.DivClassName
{
background-color: #754AF9;
}
.BgClassName
{
background-color: #754AF9;
}
</style>
border-color css
<style>
span { border-color: #754AF9; }
span { border-color: rgb(117,74,249); }
td.TdClassName
{
border-color: #754AF9;
}
.TagClassName
{
border-color: #754AF9;
}
</style>