Shades of Medium Slate Blue #745CE7
Tints of Medium Slate Blue #745CE7
RGB
CMYK
RGB Variations
Color information
#745CE7 (or 0x745CE7) is known color: Medium Slate Blue. HEX triplet: 74, 5C and E7. RGB value is (116,92,231). Sum of RGB (Red+Green+Blue) = 116+92+231=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #745CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CE7 is #8BA318. Grayscale: #727272. Windows color (decimal): -9151257 or 15162484. OLE color: 15162484.
HSL color Cylindrical-coordinate representation of color #745CE7: hue angle of 250.36º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745CE7 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 92 | 231 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.09 |
| HSL | 250.36º | 0.74% | 0.63% | - |
| HSV(B) | 250.36º | 0.6% | 0.91% | - |
| XYZ | 25.45 | 17.14 | 77.57 | - |
| YUV | 115.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 231 | 0.50 | 0.60 | 0 | 0.09 | 250.36 | 0.74 | 0.63 |
| Hex | 74 | 5C | E7 | 32 | 3C | 0 | 9 | FA | 4A | 3F |
| Octal | 164 | 134 | 347 | 62 | 74 | 0 | 11 | 372 | 112 | 77 |
| Binary | 1110100 | 1011100 | 11100111 | 110010 | 111100 | 0 | 1001 | 11111010 | 1001010 | 111111 |
Color Harmonies of #745CE7
Complementary color
Monochromatic Colors of #745CE7
Black with #745CE7
Text Example
Text Example
White with #745CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CE7; }
p { color: rgb(116,92,231); }
H1.HeaderClassName
{
color: #745CE7;
}
.AnyTagClassName
{
color: #745CE7;
}
</style>
background-color css
<style>
a { background-color: #745CE7; }
a { background-color: rgb(116,92,231); }
div.DivClassName
{
background-color: #745CE7;
}
.BgClassName
{
background-color: #745CE7;
}
</style>
border-color css
<style>
span { border-color: #745CE7; }
span { border-color: rgb(116,92,231); }
td.TdClassName
{
border-color: #745CE7;
}
.TagClassName
{
border-color: #745CE7;
}
</style>