Shades of Medium Slate Blue #744FFB
Tints of Medium Slate Blue #744FFB
RGB
CMYK
RGB Variations
Color information
#744FFB (or 0x744FFB) is known color: Medium Slate Blue. HEX triplet: 74, 4F and FB. RGB value is (116,79,251). Sum of RGB (Red+Green+Blue) = 116+79+251=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #744FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744FFB is #8BB004. Grayscale: #6D6D6D. Windows color (decimal): -9154565 or 16469876. OLE color: 16469876.
HSL color Cylindrical-coordinate representation of color #744FFB: hue angle of 252.91º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744FFB is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 79 | 251 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.02 |
| HSL | 252.91º | 0.96% | 0.65% | - |
| HSV(B) | 252.91º | 0.69% | 0.98% | - |
| XYZ | 27.41 | 16.27 | 92.96 | - |
| YUV | 109.67 | 207.76 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 251 | 0.54 | 0.69 | 0 | 0.02 | 252.91 | 0.96 | 0.65 |
| Hex | 74 | 4F | FB | 36 | 45 | 0 | 2 | FD | 60 | 41 |
| Octal | 164 | 117 | 373 | 66 | 105 | 0 | 2 | 375 | 140 | 101 |
| Binary | 1110100 | 1001111 | 11111011 | 110110 | 1000101 | 0 | 10 | 11111101 | 1100000 | 1000001 |
Color Harmonies of #744FFB
Complementary color
Monochromatic Colors of #744FFB
Black with #744FFB
Text Example
Text Example
White with #744FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744FFB; }
p { color: rgb(116,79,251); }
H1.HeaderClassName
{
color: #744FFB;
}
.AnyTagClassName
{
color: #744FFB;
}
</style>
background-color css
<style>
a { background-color: #744FFB; }
a { background-color: rgb(116,79,251); }
div.DivClassName
{
background-color: #744FFB;
}
.BgClassName
{
background-color: #744FFB;
}
</style>
border-color css
<style>
span { border-color: #744FFB; }
span { border-color: rgb(116,79,251); }
td.TdClassName
{
border-color: #744FFB;
}
.TagClassName
{
border-color: #744FFB;
}
</style>