Shades of Medium Slate Blue #754AFD
Tints of Medium Slate Blue #754AFD
RGB
CMYK
RGB Variations
Color information
#754AFD (or 0x754AFD) is known color: Medium Slate Blue. HEX triplet: 75, 4A and FD. RGB value is (117,74,253). Sum of RGB (Red+Green+Blue) = 117+74+253=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #754AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754AFD is #8AB502. Grayscale: #6A6A6A. Windows color (decimal): -9090307 or 16599669. OLE color: 16599669.
HSL color Cylindrical-coordinate representation of color #754AFD: hue angle of 254.41º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #754AFD is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 74 | 253 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.01 |
| HSL | 254.41º | 0.98% | 0.64% | - |
| HSV(B) | 254.41º | 0.71% | 0.99% | - |
| XYZ | 27.51 | 15.77 | 94.52 | - |
| YUV | 107.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 253 | 0.54 | 0.71 | 0 | 0.01 | 254.41 | 0.98 | 0.64 |
| Hex | 75 | 4A | FD | 36 | 47 | 0 | 1 | FE | 62 | 40 |
| Octal | 165 | 112 | 375 | 66 | 107 | 0 | 1 | 376 | 142 | 100 |
| Binary | 1110101 | 1001010 | 11111101 | 110110 | 1000111 | 0 | 1 | 11111110 | 1100010 | 1000000 |
Color Harmonies of #754AFD
Complementary color
Monochromatic Colors of #754AFD
Black with #754AFD
Text Example
Text Example
White with #754AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AFD; }
p { color: rgb(117,74,253); }
H1.HeaderClassName
{
color: #754AFD;
}
.AnyTagClassName
{
color: #754AFD;
}
</style>
background-color css
<style>
a { background-color: #754AFD; }
a { background-color: rgb(117,74,253); }
div.DivClassName
{
background-color: #754AFD;
}
.BgClassName
{
background-color: #754AFD;
}
</style>
border-color css
<style>
span { border-color: #754AFD; }
span { border-color: rgb(117,74,253); }
td.TdClassName
{
border-color: #754AFD;
}
.TagClassName
{
border-color: #754AFD;
}
</style>