Shades of Medium Slate Blue #754BFB
Tints of Medium Slate Blue #754BFB
RGB
CMYK
RGB Variations
Color information
#754BFB (or 0x754BFB) is known color: Medium Slate Blue. HEX triplet: 75, 4B and FB. RGB value is (117,75,251). Sum of RGB (Red+Green+Blue) = 117+75+251=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #754BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BFB is #8AB404. Grayscale: #6A6A6A. Windows color (decimal): -9090053 or 16468853. OLE color: 16468853.
HSL color Cylindrical-coordinate representation of color #754BFB: hue angle of 254.32º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754BFB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 75 | 251 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.02 |
| HSL | 254.32º | 0.96% | 0.64% | - |
| HSV(B) | 254.32º | 0.7% | 0.98% | - |
| XYZ | 27.26 | 15.78 | 92.88 | - |
| YUV | 107.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 251 | 0.53 | 0.70 | 0 | 0.02 | 254.32 | 0.96 | 0.64 |
| Hex | 75 | 4B | FB | 35 | 46 | 0 | 2 | FE | 60 | 40 |
| Octal | 165 | 113 | 373 | 65 | 106 | 0 | 2 | 376 | 140 | 100 |
| Binary | 1110101 | 1001011 | 11111011 | 110101 | 1000110 | 0 | 10 | 11111110 | 1100000 | 1000000 |
Color Harmonies of #754BFB
Complementary color
Monochromatic Colors of #754BFB
Black with #754BFB
Text Example
Text Example
White with #754BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BFB; }
p { color: rgb(117,75,251); }
H1.HeaderClassName
{
color: #754BFB;
}
.AnyTagClassName
{
color: #754BFB;
}
</style>
background-color css
<style>
a { background-color: #754BFB; }
a { background-color: rgb(117,75,251); }
div.DivClassName
{
background-color: #754BFB;
}
.BgClassName
{
background-color: #754BFB;
}
</style>
border-color css
<style>
span { border-color: #754BFB; }
span { border-color: rgb(117,75,251); }
td.TdClassName
{
border-color: #754BFB;
}
.TagClassName
{
border-color: #754BFB;
}
</style>