Shades of Medium Slate Blue #745DF3
Tints of Medium Slate Blue #745DF3
RGB
CMYK
RGB Variations
Color information
#745DF3 (or 0x745DF3) is known color: Medium Slate Blue. HEX triplet: 74, 5D and F3. RGB value is (116,93,243). Sum of RGB (Red+Green+Blue) = 116+93+243=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #745DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DF3 is #8BA20C. Grayscale: #747474. Windows color (decimal): -9150989 or 15949172. OLE color: 15949172.
HSL color Cylindrical-coordinate representation of color #745DF3: hue angle of 249.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745DF3 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 93 | 243 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.05 |
| HSL | 249.2º | 0.86% | 0.66% | - |
| HSV(B) | 249.2º | 0.62% | 0.95% | - |
| XYZ | 27.29 | 18.01 | 86.83 | - |
| YUV | 116.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 243 | 0.52 | 0.62 | 0 | 0.05 | 249.2 | 0.86 | 0.66 |
| Hex | 74 | 5D | F3 | 34 | 3E | 0 | 5 | F9 | 56 | 42 |
| Octal | 164 | 135 | 363 | 64 | 76 | 0 | 5 | 371 | 126 | 102 |
| Binary | 1110100 | 1011101 | 11110011 | 110100 | 111110 | 0 | 101 | 11111001 | 1010110 | 1000010 |
Color Harmonies of #745DF3
Complementary color
Monochromatic Colors of #745DF3
Black with #745DF3
Text Example
Text Example
White with #745DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DF3; }
p { color: rgb(116,93,243); }
H1.HeaderClassName
{
color: #745DF3;
}
.AnyTagClassName
{
color: #745DF3;
}
</style>
background-color css
<style>
a { background-color: #745DF3; }
a { background-color: rgb(116,93,243); }
div.DivClassName
{
background-color: #745DF3;
}
.BgClassName
{
background-color: #745DF3;
}
</style>
border-color css
<style>
span { border-color: #745DF3; }
span { border-color: rgb(116,93,243); }
td.TdClassName
{
border-color: #745DF3;
}
.TagClassName
{
border-color: #745DF3;
}
</style>