Shades of Medium Slate Blue #745CF1
Tints of Medium Slate Blue #745CF1
RGB
CMYK
RGB Variations
Color information
#745CF1 (or 0x745CF1) is known color: Medium Slate Blue. HEX triplet: 74, 5C and F1. RGB value is (116,92,241). Sum of RGB (Red+Green+Blue) = 116+92+241=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #745CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CF1 is #8BA30E. Grayscale: #737373. Windows color (decimal): -9151247 or 15817844. OLE color: 15817844.
HSL color Cylindrical-coordinate representation of color #745CF1: hue angle of 249.66º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745CF1 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 92 | 241 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.05 |
| HSL | 249.66º | 0.84% | 0.65% | - |
| HSV(B) | 249.66º | 0.62% | 0.95% | - |
| XYZ | 26.91 | 17.72 | 85.22 | - |
| YUV | 116.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 241 | 0.52 | 0.62 | 0 | 0.05 | 249.66 | 0.84 | 0.65 |
| Hex | 74 | 5C | F1 | 34 | 3E | 0 | 5 | FA | 54 | 41 |
| Octal | 164 | 134 | 361 | 64 | 76 | 0 | 5 | 372 | 124 | 101 |
| Binary | 1110100 | 1011100 | 11110001 | 110100 | 111110 | 0 | 101 | 11111010 | 1010100 | 1000001 |
Color Harmonies of #745CF1
Complementary color
Monochromatic Colors of #745CF1
Black with #745CF1
Text Example
Text Example
White with #745CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CF1; }
p { color: rgb(116,92,241); }
H1.HeaderClassName
{
color: #745CF1;
}
.AnyTagClassName
{
color: #745CF1;
}
</style>
background-color css
<style>
a { background-color: #745CF1; }
a { background-color: rgb(116,92,241); }
div.DivClassName
{
background-color: #745CF1;
}
.BgClassName
{
background-color: #745CF1;
}
</style>
border-color css
<style>
span { border-color: #745CF1; }
span { border-color: rgb(116,92,241); }
td.TdClassName
{
border-color: #745CF1;
}
.TagClassName
{
border-color: #745CF1;
}
</style>