Shades of Medium Slate Blue #744BFE
Tints of Medium Slate Blue #744BFE
RGB
CMYK
RGB Variations
Color information
#744BFE (or 0x744BFE) is known color: Medium Slate Blue. HEX triplet: 74, 4B and FE. RGB value is (116,75,254). Sum of RGB (Red+Green+Blue) = 116+75+254=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #744BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #744BFE is #8BB401. Grayscale: #6A6A6A. Windows color (decimal): -9155586 or 16665460. OLE color: 16665460.
HSL color Cylindrical-coordinate representation of color #744BFE: hue angle of 253.74º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744BFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 75 | 254 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.00 |
| HSL | 253.74º | 0.99% | 0.65% | - |
| HSV(B) | 253.74º | 0.7% | 1% | - |
| XYZ | 27.61 | 15.9 | 95.38 | - |
| YUV | 107.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 254 | 0.54 | 0.70 | 0 | 0.00 | 253.74 | 0.99 | 0.65 |
| Hex | 74 | 4B | FE | 36 | 46 | 0 | 0 | FE | 63 | 41 |
| Octal | 164 | 113 | 376 | 66 | 106 | 0 | 0 | 376 | 143 | 101 |
| Binary | 1110100 | 1001011 | 11111110 | 110110 | 1000110 | 0 | 0 | 11111110 | 1100011 | 1000001 |
Color Harmonies of #744BFE
Complementary color
Monochromatic Colors of #744BFE
Black with #744BFE
Text Example
Text Example
White with #744BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744BFE; }
p { color: rgb(116,75,254); }
H1.HeaderClassName
{
color: #744BFE;
}
.AnyTagClassName
{
color: #744BFE;
}
</style>
background-color css
<style>
a { background-color: #744BFE; }
a { background-color: rgb(116,75,254); }
div.DivClassName
{
background-color: #744BFE;
}
.BgClassName
{
background-color: #744BFE;
}
</style>
border-color css
<style>
span { border-color: #744BFE; }
span { border-color: rgb(116,75,254); }
td.TdClassName
{
border-color: #744BFE;
}
.TagClassName
{
border-color: #744BFE;
}
</style>