Shades of Medium Slate Blue #744CFC
Tints of Medium Slate Blue #744CFC
RGB
CMYK
RGB Variations
Color information
#744CFC (or 0x744CFC) is known color: Medium Slate Blue. HEX triplet: 74, 4C and FC. RGB value is (116,76,252). Sum of RGB (Red+Green+Blue) = 116+76+252=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #744CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744CFC is #8BB303. Grayscale: #6B6B6B. Windows color (decimal): -9155332 or 16534644. OLE color: 16534644.
HSL color Cylindrical-coordinate representation of color #744CFC: hue angle of 253.64º 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 #744CFC is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 76 | 252 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.01 |
| HSL | 253.64º | 0.97% | 0.64% | - |
| HSV(B) | 253.64º | 0.7% | 0.99% | - |
| XYZ | 27.36 | 15.91 | 93.72 | - |
| YUV | 108.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 252 | 0.54 | 0.70 | 0 | 0.01 | 253.64 | 0.97 | 0.64 |
| Hex | 74 | 4C | FC | 36 | 46 | 0 | 1 | FE | 61 | 40 |
| Octal | 164 | 114 | 374 | 66 | 106 | 0 | 1 | 376 | 141 | 100 |
| Binary | 1110100 | 1001100 | 11111100 | 110110 | 1000110 | 0 | 1 | 11111110 | 1100001 | 1000000 |
Color Harmonies of #744CFC
Complementary color
Monochromatic Colors of #744CFC
Black with #744CFC
Text Example
Text Example
White with #744CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CFC; }
p { color: rgb(116,76,252); }
H1.HeaderClassName
{
color: #744CFC;
}
.AnyTagClassName
{
color: #744CFC;
}
</style>
background-color css
<style>
a { background-color: #744CFC; }
a { background-color: rgb(116,76,252); }
div.DivClassName
{
background-color: #744CFC;
}
.BgClassName
{
background-color: #744CFC;
}
</style>
border-color css
<style>
span { border-color: #744CFC; }
span { border-color: rgb(116,76,252); }
td.TdClassName
{
border-color: #744CFC;
}
.TagClassName
{
border-color: #744CFC;
}
</style>