Shades of Medium Slate Blue #754BFA
Tints of Medium Slate Blue #754BFA
RGB
CMYK
RGB Variations
Color information
#754BFA (or 0x754BFA) is known color: Medium Slate Blue. HEX triplet: 75, 4B and FA. RGB value is (117,75,250). Sum of RGB (Red+Green+Blue) = 117+75+250=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #754BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BFA is #8AB405. Grayscale: #6A6A6A. Windows color (decimal): -9090054 or 16403317. OLE color: 16403317.
HSL color Cylindrical-coordinate representation of color #754BFA: hue angle of 254.4º degrees, saturation: 0.95, 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 #754BFA is Cyan = 0.53, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 75 | 250 | - |
| CMYK | 0.53 | 0.7 | 0 | 0.02 |
| HSL | 254.4º | 0.95% | 0.64% | - |
| HSV(B) | 254.4º | 0.7% | 0.98% | - |
| XYZ | 27.11 | 15.72 | 92.05 | - |
| YUV | 107.51 | 208.41 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 250 | 0.53 | 0.7 | 0 | 0.02 | 254.4 | 0.95 | 0.64 |
| Hex | 75 | 4B | FA | 35 | 46 | 0 | 2 | FE | 5F | 40 |
| Octal | 165 | 113 | 372 | 65 | 106 | 0 | 2 | 376 | 137 | 100 |
| Binary | 1110101 | 1001011 | 11111010 | 110101 | 1000110 | 0 | 10 | 11111110 | 1011111 | 1000000 |
Color Harmonies of #754BFA
Complementary color
Monochromatic Colors of #754BFA
Black with #754BFA
Text Example
Text Example
White with #754BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BFA; }
p { color: rgb(117,75,250); }
H1.HeaderClassName
{
color: #754BFA;
}
.AnyTagClassName
{
color: #754BFA;
}
</style>
background-color css
<style>
a { background-color: #754BFA; }
a { background-color: rgb(117,75,250); }
div.DivClassName
{
background-color: #754BFA;
}
.BgClassName
{
background-color: #754BFA;
}
</style>
border-color css
<style>
span { border-color: #754BFA; }
span { border-color: rgb(117,75,250); }
td.TdClassName
{
border-color: #754BFA;
}
.TagClassName
{
border-color: #754BFA;
}
</style>