Shades of Medium Slate Blue #744FFF
Tints of Medium Slate Blue #744FFF
RGB
CMYK
RGB Variations
Color information
#744FFF (or 0x744FFF) is known color: Medium Slate Blue. HEX triplet: 74, 4F and FF. RGB value is (116,79,255). Sum of RGB (Red+Green+Blue) = 116+79+255=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #744FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744FFF is #8BB000. Grayscale: #6D6D6D. Windows color (decimal): -9154561 or 16732020. OLE color: 16732020.
HSL color Cylindrical-coordinate representation of color #744FFF: hue angle of 252.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744FFF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 79 | 255 | - |
| CMYK | 0.55 | 0.69 | 0 | 0 |
| HSL | 252.61º | 1% | 0.65% | - |
| HSV(B) | 252.61º | 0.69% | 1% | - |
| XYZ | 28.05 | 16.52 | 96.32 | - |
| YUV | 110.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 255 | 0.55 | 0.69 | 0 | 0 | 252.61 | 1 | 0.65 |
| Hex | 74 | 4F | FF | 37 | 45 | 0 | 0 | FD | 64 | 41 |
| Octal | 164 | 117 | 377 | 67 | 105 | 0 | 0 | 375 | 144 | 101 |
| Binary | 1110100 | 1001111 | 11111111 | 110111 | 1000101 | 0 | 0 | 11111101 | 1100100 | 1000001 |
Color Harmonies of #744FFF
Complementary color
Monochromatic Colors of #744FFF
Black with #744FFF
Text Example
Text Example
White with #744FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FFF; }
p { color: rgb(116,79,255); }
H1.HeaderClassName
{
color: #744FFF;
}
.AnyTagClassName
{
color: #744FFF;
}
</style>
background-color css
<style>
a { background-color: #744FFF; }
a { background-color: rgb(116,79,255); }
div.DivClassName
{
background-color: #744FFF;
}
.BgClassName
{
background-color: #744FFF;
}
</style>
border-color css
<style>
span { border-color: #744FFF; }
span { border-color: rgb(116,79,255); }
td.TdClassName
{
border-color: #744FFF;
}
.TagClassName
{
border-color: #744FFF;
}
</style>