Shades of Medium Slate Blue #744BFC
Tints of Medium Slate Blue #744BFC
RGB
CMYK
RGB Variations
Color information
#744BFC (or 0x744BFC) is known color: Medium Slate Blue. HEX triplet: 74, 4B and FC. RGB value is (116,75,252). Sum of RGB (Red+Green+Blue) = 116+75+252=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #744BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BFC is #8BB403. Grayscale: #6A6A6A. Windows color (decimal): -9155588 or 16534388. OLE color: 16534388.
HSL color Cylindrical-coordinate representation of color #744BFC: hue angle of 253.9º degrees, saturation: 0.97, 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 #744BFC is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 75 | 252 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.01 |
| HSL | 253.9º | 0.97% | 0.64% | - |
| HSV(B) | 253.9º | 0.7% | 0.99% | - |
| XYZ | 27.29 | 15.77 | 93.7 | - |
| YUV | 107.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 252 | 0.54 | 0.70 | 0 | 0.01 | 253.9 | 0.97 | 0.64 |
| Hex | 74 | 4B | FC | 36 | 46 | 0 | 1 | FE | 61 | 40 |
| Octal | 164 | 113 | 374 | 66 | 106 | 0 | 1 | 376 | 141 | 100 |
| Binary | 1110100 | 1001011 | 11111100 | 110110 | 1000110 | 0 | 1 | 11111110 | 1100001 | 1000000 |
Color Harmonies of #744BFC
Complementary color
Monochromatic Colors of #744BFC
Black with #744BFC
Text Example
Text Example
White with #744BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BFC; }
p { color: rgb(116,75,252); }
H1.HeaderClassName
{
color: #744BFC;
}
.AnyTagClassName
{
color: #744BFC;
}
</style>
background-color css
<style>
a { background-color: #744BFC; }
a { background-color: rgb(116,75,252); }
div.DivClassName
{
background-color: #744BFC;
}
.BgClassName
{
background-color: #744BFC;
}
</style>
border-color css
<style>
span { border-color: #744BFC; }
span { border-color: rgb(116,75,252); }
td.TdClassName
{
border-color: #744BFC;
}
.TagClassName
{
border-color: #744BFC;
}
</style>