Shades of Medium Slate Blue #754CFD
Tints of Medium Slate Blue #754CFD
RGB
CMYK
RGB Variations
Color information
#754CFD (or 0x754CFD) is known color: Medium Slate Blue. HEX triplet: 75, 4C and FD. RGB value is (117,76,253). Sum of RGB (Red+Green+Blue) = 117+76+253=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #754CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CFD is #8AB302. Grayscale: #6B6B6B. Windows color (decimal): -9089795 or 16600181. OLE color: 16600181.
HSL color Cylindrical-coordinate representation of color #754CFD: hue angle of 253.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754CFD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 76 | 253 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.01 |
| HSL | 253.9º | 0.98% | 0.65% | - |
| HSV(B) | 253.9º | 0.7% | 0.99% | - |
| XYZ | 27.65 | 16.04 | 94.57 | - |
| YUV | 108.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 253 | 0.54 | 0.70 | 0 | 0.01 | 253.9 | 0.98 | 0.65 |
| Hex | 75 | 4C | FD | 36 | 46 | 0 | 1 | FE | 62 | 41 |
| Octal | 165 | 114 | 375 | 66 | 106 | 0 | 1 | 376 | 142 | 101 |
| Binary | 1110101 | 1001100 | 11111101 | 110110 | 1000110 | 0 | 1 | 11111110 | 1100010 | 1000001 |
Color Harmonies of #754CFD
Complementary color
Monochromatic Colors of #754CFD
Black with #754CFD
Text Example
Text Example
White with #754CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CFD; }
p { color: rgb(117,76,253); }
H1.HeaderClassName
{
color: #754CFD;
}
.AnyTagClassName
{
color: #754CFD;
}
</style>
background-color css
<style>
a { background-color: #754CFD; }
a { background-color: rgb(117,76,253); }
div.DivClassName
{
background-color: #754CFD;
}
.BgClassName
{
background-color: #754CFD;
}
</style>
border-color css
<style>
span { border-color: #754CFD; }
span { border-color: rgb(117,76,253); }
td.TdClassName
{
border-color: #754CFD;
}
.TagClassName
{
border-color: #754CFD;
}
</style>