Shades of Medium Slate Blue #754BF6
Tints of Medium Slate Blue #754BF6
RGB
CMYK
RGB Variations
Color information
#754BF6 (or 0x754BF6) is known color: Medium Slate Blue. HEX triplet: 75, 4B and F6. RGB value is (117,75,246). Sum of RGB (Red+Green+Blue) = 117+75+246=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #754BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BF6 is #8AB409. Grayscale: #6A6A6A. Windows color (decimal): -9090058 or 16141173. OLE color: 16141173.
HSL color Cylindrical-coordinate representation of color #754BF6: hue angle of 254.74º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754BF6 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 75 | 246 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.04 |
| HSL | 254.74º | 0.9% | 0.63% | - |
| HSV(B) | 254.74º | 0.7% | 0.96% | - |
| XYZ | 26.49 | 15.47 | 88.78 | - |
| YUV | 107.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 246 | 0.52 | 0.70 | 0 | 0.04 | 254.74 | 0.9 | 0.63 |
| Hex | 75 | 4B | F6 | 34 | 46 | 0 | 4 | FF | 5A | 3F |
| Octal | 165 | 113 | 366 | 64 | 106 | 0 | 4 | 377 | 132 | 77 |
| Binary | 1110101 | 1001011 | 11110110 | 110100 | 1000110 | 0 | 100 | 11111111 | 1011010 | 111111 |
Color Harmonies of #754BF6
Complementary color
Monochromatic Colors of #754BF6
Black with #754BF6
Text Example
Text Example
White with #754BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BF6; }
p { color: rgb(117,75,246); }
H1.HeaderClassName
{
color: #754BF6;
}
.AnyTagClassName
{
color: #754BF6;
}
</style>
background-color css
<style>
a { background-color: #754BF6; }
a { background-color: rgb(117,75,246); }
div.DivClassName
{
background-color: #754BF6;
}
.BgClassName
{
background-color: #754BF6;
}
</style>
border-color css
<style>
span { border-color: #754BF6; }
span { border-color: rgb(117,75,246); }
td.TdClassName
{
border-color: #754BF6;
}
.TagClassName
{
border-color: #754BF6;
}
</style>