Shades of Medium Slate Blue #744AFF
Tints of Medium Slate Blue #744AFF
RGB
CMYK
RGB Variations
Color information
#744AFF (or 0x744AFF) is known color: Medium Slate Blue. HEX triplet: 74, 4A and FF. RGB value is (116,74,255). Sum of RGB (Red+Green+Blue) = 116+74+255=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #744AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744AFF is #8BB500. Grayscale: #6A6A6A. Windows color (decimal): -9155841 or 16730740. OLE color: 16730740.
HSL color Cylindrical-coordinate representation of color #744AFF: hue angle of 253.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #744AFF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 74 | 255 | - |
| CMYK | 0.55 | 0.71 | 0 | 0 |
| HSL | 253.92º | 1% | 0.65% | - |
| HSV(B) | 253.92º | 0.71% | 1% | - |
| XYZ | 27.7 | 15.83 | 96.2 | - |
| YUV | 107.19 | 211.41 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 255 | 0.55 | 0.71 | 0 | 0 | 253.92 | 1 | 0.65 |
| Hex | 74 | 4A | FF | 37 | 47 | 0 | 0 | FE | 64 | 41 |
| Octal | 164 | 112 | 377 | 67 | 107 | 0 | 0 | 376 | 144 | 101 |
| Binary | 1110100 | 1001010 | 11111111 | 110111 | 1000111 | 0 | 0 | 11111110 | 1100100 | 1000001 |
Color Harmonies of #744AFF
Complementary color
Monochromatic Colors of #744AFF
Black with #744AFF
Text Example
Text Example
White with #744AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AFF; }
p { color: rgb(116,74,255); }
H1.HeaderClassName
{
color: #744AFF;
}
.AnyTagClassName
{
color: #744AFF;
}
</style>
background-color css
<style>
a { background-color: #744AFF; }
a { background-color: rgb(116,74,255); }
div.DivClassName
{
background-color: #744AFF;
}
.BgClassName
{
background-color: #744AFF;
}
</style>
border-color css
<style>
span { border-color: #744AFF; }
span { border-color: rgb(116,74,255); }
td.TdClassName
{
border-color: #744AFF;
}
.TagClassName
{
border-color: #744AFF;
}
</style>