Shades of Medium Slate Blue #744BFD
Tints of Medium Slate Blue #744BFD
RGB
CMYK
RGB Variations
Color information
#744BFD (or 0x744BFD) is known color: Medium Slate Blue. HEX triplet: 74, 4B and FD. RGB value is (116,75,253). Sum of RGB (Red+Green+Blue) = 116+75+253=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 75 (29.69% from 255 or 16.89% 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 #744BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BFD is #8BB402. Grayscale: #6A6A6A. Windows color (decimal): -9155587 or 16599924. OLE color: 16599924.
HSL color Cylindrical-coordinate representation of color #744BFD: hue angle of 253.82º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744BFD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 75 | 253 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.01 |
| HSL | 253.82º | 0.98% | 0.64% | - |
| HSV(B) | 253.82º | 0.7% | 0.99% | - |
| XYZ | 27.45 | 15.84 | 94.54 | - |
| YUV | 107.55 | 210.08 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 253 | 0.54 | 0.70 | 0 | 0.01 | 253.82 | 0.98 | 0.64 |
| Hex | 74 | 4B | FD | 36 | 46 | 0 | 1 | FE | 62 | 40 |
| Octal | 164 | 113 | 375 | 66 | 106 | 0 | 1 | 376 | 142 | 100 |
| Binary | 1110100 | 1001011 | 11111101 | 110110 | 1000110 | 0 | 1 | 11111110 | 1100010 | 1000000 |
Color Harmonies of #744BFD
Complementary color
Monochromatic Colors of #744BFD
Black with #744BFD
Text Example
Text Example
White with #744BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BFD; }
p { color: rgb(116,75,253); }
H1.HeaderClassName
{
color: #744BFD;
}
.AnyTagClassName
{
color: #744BFD;
}
</style>
background-color css
<style>
a { background-color: #744BFD; }
a { background-color: rgb(116,75,253); }
div.DivClassName
{
background-color: #744BFD;
}
.BgClassName
{
background-color: #744BFD;
}
</style>
border-color css
<style>
span { border-color: #744BFD; }
span { border-color: rgb(116,75,253); }
td.TdClassName
{
border-color: #744BFD;
}
.TagClassName
{
border-color: #744BFD;
}
</style>