Shades of Medium Slate Blue #744AF5
Tints of Medium Slate Blue #744AF5
RGB
CMYK
RGB Variations
Color information
#744AF5 (or 0x744AF5) is known color: Medium Slate Blue. HEX triplet: 74, 4A and F5. RGB value is (116,74,245). Sum of RGB (Red+Green+Blue) = 116+74+245=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #744AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744AF5 is #8BB50A. Grayscale: #696969. Windows color (decimal): -9155851 or 16075380. OLE color: 16075380.
HSL color Cylindrical-coordinate representation of color #744AF5: hue angle of 254.74º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744AF5 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 74 | 245 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.04 |
| HSL | 254.74º | 0.9% | 0.63% | - |
| HSV(B) | 254.74º | 0.7% | 0.96% | - |
| XYZ | 26.13 | 15.2 | 87.94 | - |
| YUV | 106.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 245 | 0.53 | 0.70 | 0 | 0.04 | 254.74 | 0.9 | 0.63 |
| Hex | 74 | 4A | F5 | 35 | 46 | 0 | 4 | FF | 5A | 3F |
| Octal | 164 | 112 | 365 | 65 | 106 | 0 | 4 | 377 | 132 | 77 |
| Binary | 1110100 | 1001010 | 11110101 | 110101 | 1000110 | 0 | 100 | 11111111 | 1011010 | 111111 |
Color Harmonies of #744AF5
Complementary color
Monochromatic Colors of #744AF5
Black with #744AF5
Text Example
Text Example
White with #744AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744AF5; }
p { color: rgb(116,74,245); }
H1.HeaderClassName
{
color: #744AF5;
}
.AnyTagClassName
{
color: #744AF5;
}
</style>
background-color css
<style>
a { background-color: #744AF5; }
a { background-color: rgb(116,74,245); }
div.DivClassName
{
background-color: #744AF5;
}
.BgClassName
{
background-color: #744AF5;
}
</style>
border-color css
<style>
span { border-color: #744AF5; }
span { border-color: rgb(116,74,245); }
td.TdClassName
{
border-color: #744AF5;
}
.TagClassName
{
border-color: #744AF5;
}
</style>