Shades of Medium Slate Blue #745CE6
Tints of Medium Slate Blue #745CE6
RGB
CMYK
RGB Variations
Color information
#745CE6 (or 0x745CE6) is known color: Medium Slate Blue. HEX triplet: 74, 5C and E6. RGB value is (116,92,230). Sum of RGB (Red+Green+Blue) = 116+92+230=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #745CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CE6 is #8BA319. Grayscale: #727272. Windows color (decimal): -9151258 or 15096948. OLE color: 15096948.
HSL color Cylindrical-coordinate representation of color #745CE6: hue angle of 250.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745CE6 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 92 | 230 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.10 |
| HSL | 250.43º | 0.73% | 0.63% | - |
| HSV(B) | 250.43º | 0.6% | 0.9% | - |
| XYZ | 25.31 | 17.08 | 76.83 | - |
| YUV | 114.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 230 | 0.50 | 0.60 | 0 | 0.10 | 250.43 | 0.73 | 0.63 |
| Hex | 74 | 5C | E6 | 32 | 3C | 0 | A | FA | 49 | 3F |
| Octal | 164 | 134 | 346 | 62 | 74 | 0 | 12 | 372 | 111 | 77 |
| Binary | 1110100 | 1011100 | 11100110 | 110010 | 111100 | 0 | 1010 | 11111010 | 1001001 | 111111 |
Color Harmonies of #745CE6
Complementary color
Monochromatic Colors of #745CE6
Black with #745CE6
Text Example
Text Example
White with #745CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CE6; }
p { color: rgb(116,92,230); }
H1.HeaderClassName
{
color: #745CE6;
}
.AnyTagClassName
{
color: #745CE6;
}
</style>
background-color css
<style>
a { background-color: #745CE6; }
a { background-color: rgb(116,92,230); }
div.DivClassName
{
background-color: #745CE6;
}
.BgClassName
{
background-color: #745CE6;
}
</style>
border-color css
<style>
span { border-color: #745CE6; }
span { border-color: rgb(116,92,230); }
td.TdClassName
{
border-color: #745CE6;
}
.TagClassName
{
border-color: #745CE6;
}
</style>