Shades of Medium Slate Blue #743FFF
Tints of Medium Slate Blue #743FFF
RGB
CMYK
RGB Variations
Color information
#743FFF (or 0x743FFF) is known color: Medium Slate Blue. HEX triplet: 74, 3F and FF. RGB value is (116,63,255). Sum of RGB (Red+Green+Blue) = 116+63+255=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #743FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FFF is #8BC000. Grayscale: #646464. Windows color (decimal): -9158657 or 16727924. OLE color: 16727924.
HSL color Cylindrical-coordinate representation of color #743FFF: hue angle of 256.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743FFF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 63 | 255 | - |
| CMYK | 0.55 | 0.75 | 0 | 0 |
| HSL | 256.56º | 1% | 0.62% | - |
| HSV(B) | 256.56º | 0.75% | 1% | - |
| XYZ | 27.03 | 14.49 | 95.98 | - |
| YUV | 100.74 | 215.06 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 255 | 0.55 | 0.75 | 0 | 0 | 256.56 | 1 | 0.62 |
| Hex | 74 | 3F | FF | 37 | 4B | 0 | 0 | 101 | 64 | 3E |
| Octal | 164 | 77 | 377 | 67 | 113 | 0 | 0 | 401 | 144 | 76 |
| Binary | 1110100 | 111111 | 11111111 | 110111 | 1001011 | 0 | 0 | 100000001 | 1100100 | 111110 |
Color Harmonies of #743FFF
Complementary color
Monochromatic Colors of #743FFF
Black with #743FFF
Text Example
Text Example
White with #743FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FFF; }
p { color: rgb(116,63,255); }
H1.HeaderClassName
{
color: #743FFF;
}
.AnyTagClassName
{
color: #743FFF;
}
</style>
background-color css
<style>
a { background-color: #743FFF; }
a { background-color: rgb(116,63,255); }
div.DivClassName
{
background-color: #743FFF;
}
.BgClassName
{
background-color: #743FFF;
}
</style>
border-color css
<style>
span { border-color: #743FFF; }
span { border-color: rgb(116,63,255); }
td.TdClassName
{
border-color: #743FFF;
}
.TagClassName
{
border-color: #743FFF;
}
</style>