Shades of Medium Slate Blue #745CF5
Tints of Medium Slate Blue #745CF5
RGB
CMYK
RGB Variations
Color information
#745CF5 (or 0x745CF5) is known color: Medium Slate Blue. HEX triplet: 74, 5C and F5. RGB value is (116,92,245). Sum of RGB (Red+Green+Blue) = 116+92+245=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 245 (96.09% from 255 or 54.08% from 453); Max value from RGB is 245 - color contains mainly: blue. Hex color #745CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CF5 is #8BA30A. Grayscale: #747474. Windows color (decimal): -9151243 or 16079988. OLE color: 16079988.
HSL color Cylindrical-coordinate representation of color #745CF5: hue angle of 249.41º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745CF5 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 92 | 245 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.04 |
| HSL | 249.41º | 0.88% | 0.66% | - |
| HSV(B) | 249.41º | 0.62% | 0.96% | - |
| XYZ | 27.51 | 17.96 | 88.4 | - |
| YUV | 116.62 | 200.45 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 245 | 0.53 | 0.62 | 0 | 0.04 | 249.41 | 0.88 | 0.66 |
| Hex | 74 | 5C | F5 | 35 | 3E | 0 | 4 | F9 | 58 | 42 |
| Octal | 164 | 134 | 365 | 65 | 76 | 0 | 4 | 371 | 130 | 102 |
| Binary | 1110100 | 1011100 | 11110101 | 110101 | 111110 | 0 | 100 | 11111001 | 1011000 | 1000010 |
Color Harmonies of #745CF5
Complementary color
Monochromatic Colors of #745CF5
Black with #745CF5
Text Example
Text Example
White with #745CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CF5; }
p { color: rgb(116,92,245); }
H1.HeaderClassName
{
color: #745CF5;
}
.AnyTagClassName
{
color: #745CF5;
}
</style>
background-color css
<style>
a { background-color: #745CF5; }
a { background-color: rgb(116,92,245); }
div.DivClassName
{
background-color: #745CF5;
}
.BgClassName
{
background-color: #745CF5;
}
</style>
border-color css
<style>
span { border-color: #745CF5; }
span { border-color: rgb(116,92,245); }
td.TdClassName
{
border-color: #745CF5;
}
.TagClassName
{
border-color: #745CF5;
}
</style>