Shades of Medium Slate Blue #754AFB
Tints of Medium Slate Blue #754AFB
RGB
CMYK
RGB Variations
Color information
#754AFB (or 0x754AFB) is known color: Medium Slate Blue. HEX triplet: 75, 4A and FB. RGB value is (117,74,251). Sum of RGB (Red+Green+Blue) = 117+74+251=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #754AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AFB is #8AB504. Grayscale: #6A6A6A. Windows color (decimal): -9090309 or 16468597. OLE color: 16468597.
HSL color Cylindrical-coordinate representation of color #754AFB: hue angle of 254.58º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #754AFB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 74 | 251 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.02 |
| HSL | 254.58º | 0.96% | 0.64% | - |
| HSV(B) | 254.58º | 0.71% | 0.98% | - |
| XYZ | 27.2 | 15.64 | 92.85 | - |
| YUV | 107.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 251 | 0.53 | 0.71 | 0 | 0.02 | 254.58 | 0.96 | 0.64 |
| Hex | 75 | 4A | FB | 35 | 47 | 0 | 2 | FF | 60 | 40 |
| Octal | 165 | 112 | 373 | 65 | 107 | 0 | 2 | 377 | 140 | 100 |
| Binary | 1110101 | 1001010 | 11111011 | 110101 | 1000111 | 0 | 10 | 11111111 | 1100000 | 1000000 |
Color Harmonies of #754AFB
Complementary color
Monochromatic Colors of #754AFB
Black with #754AFB
Text Example
Text Example
White with #754AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AFB; }
p { color: rgb(117,74,251); }
H1.HeaderClassName
{
color: #754AFB;
}
.AnyTagClassName
{
color: #754AFB;
}
</style>
background-color css
<style>
a { background-color: #754AFB; }
a { background-color: rgb(117,74,251); }
div.DivClassName
{
background-color: #754AFB;
}
.BgClassName
{
background-color: #754AFB;
}
</style>
border-color css
<style>
span { border-color: #754AFB; }
span { border-color: rgb(117,74,251); }
td.TdClassName
{
border-color: #754AFB;
}
.TagClassName
{
border-color: #754AFB;
}
</style>