Shades of Medium Slate Blue #745DFF
Tints of Medium Slate Blue #745DFF
RGB
CMYK
RGB Variations
Color information
#745DFF (or 0x745DFF) is known color: Medium Slate Blue. HEX triplet: 74, 5D and FF. RGB value is (116,93,255). Sum of RGB (Red+Green+Blue) = 116+93+255=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #745DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DFF is #8BA200. Grayscale: #757575. Windows color (decimal): -9150977 or 16735604. OLE color: 16735604.
HSL color Cylindrical-coordinate representation of color #745DFF: hue angle of 248.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #745DFF is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 93 | 255 | - |
| CMYK | 0.55 | 0.64 | 0 | 0 |
| HSL | 248.52º | 1% | 0.68% | - |
| HSV(B) | 248.52º | 0.64% | 1% | - |
| XYZ | 29.17 | 18.76 | 96.69 | - |
| YUV | 118.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 255 | 0.55 | 0.64 | 0 | 0 | 248.52 | 1 | 0.68 |
| Hex | 74 | 5D | FF | 37 | 40 | 0 | 0 | F9 | 64 | 44 |
| Octal | 164 | 135 | 377 | 67 | 100 | 0 | 0 | 371 | 144 | 104 |
| Binary | 1110100 | 1011101 | 11111111 | 110111 | 1000000 | 0 | 0 | 11111001 | 1100100 | 1000100 |
Color Harmonies of #745DFF
Complementary color
Monochromatic Colors of #745DFF
Black with #745DFF
Text Example
Text Example
White with #745DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745DFF; }
p { color: rgb(116,93,255); }
H1.HeaderClassName
{
color: #745DFF;
}
.AnyTagClassName
{
color: #745DFF;
}
</style>
background-color css
<style>
a { background-color: #745DFF; }
a { background-color: rgb(116,93,255); }
div.DivClassName
{
background-color: #745DFF;
}
.BgClassName
{
background-color: #745DFF;
}
</style>
border-color css
<style>
span { border-color: #745DFF; }
span { border-color: rgb(116,93,255); }
td.TdClassName
{
border-color: #745DFF;
}
.TagClassName
{
border-color: #745DFF;
}
</style>