Shades of Medium Slate Blue #754BF5
Tints of Medium Slate Blue #754BF5
RGB
CMYK
RGB Variations
Color information
#754BF5 (or 0x754BF5) is known color: Medium Slate Blue. HEX triplet: 75, 4B and F5. RGB value is (117,75,245). Sum of RGB (Red+Green+Blue) = 117+75+245=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #754BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BF5 is #8AB40A. Grayscale: #6A6A6A. Windows color (decimal): -9090059 or 16075637. OLE color: 16075637.
HSL color Cylindrical-coordinate representation of color #754BF5: hue angle of 254.82º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754BF5 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 75 | 245 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.04 |
| HSL | 254.82º | 0.89% | 0.63% | - |
| HSV(B) | 254.82º | 0.69% | 0.96% | - |
| XYZ | 26.33 | 15.41 | 87.97 | - |
| YUV | 106.94 | 205.91 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 245 | 0.52 | 0.69 | 0 | 0.04 | 254.82 | 0.89 | 0.63 |
| Hex | 75 | 4B | F5 | 34 | 45 | 0 | 4 | FF | 59 | 3F |
| Octal | 165 | 113 | 365 | 64 | 105 | 0 | 4 | 377 | 131 | 77 |
| Binary | 1110101 | 1001011 | 11110101 | 110100 | 1000101 | 0 | 100 | 11111111 | 1011001 | 111111 |
Color Harmonies of #754BF5
Complementary color
Monochromatic Colors of #754BF5
Black with #754BF5
Text Example
Text Example
White with #754BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BF5; }
p { color: rgb(117,75,245); }
H1.HeaderClassName
{
color: #754BF5;
}
.AnyTagClassName
{
color: #754BF5;
}
</style>
background-color css
<style>
a { background-color: #754BF5; }
a { background-color: rgb(117,75,245); }
div.DivClassName
{
background-color: #754BF5;
}
.BgClassName
{
background-color: #754BF5;
}
</style>
border-color css
<style>
span { border-color: #754BF5; }
span { border-color: rgb(117,75,245); }
td.TdClassName
{
border-color: #754BF5;
}
.TagClassName
{
border-color: #754BF5;
}
</style>