Shades of Medium Slate Blue #745AFE
Tints of Medium Slate Blue #745AFE
RGB
CMYK
RGB Variations
Color information
#745AFE (or 0x745AFE) is known color: Medium Slate Blue. HEX triplet: 74, 5A and FE. RGB value is (116,90,254). Sum of RGB (Red+Green+Blue) = 116+90+254=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #745AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AFE is #8BA501. Grayscale: #737373. Windows color (decimal): -9151746 or 16669300. OLE color: 16669300.
HSL color Cylindrical-coordinate representation of color #745AFE: hue angle of 249.51º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #745AFE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 90 | 254 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.00 |
| HSL | 249.51º | 0.99% | 0.67% | - |
| HSV(B) | 249.51º | 0.65% | 1% | - |
| XYZ | 28.75 | 18.18 | 95.76 | - |
| YUV | 116.47 | 205.61 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 254 | 0.54 | 0.65 | 0 | 0.00 | 249.51 | 0.99 | 0.67 |
| Hex | 74 | 5A | FE | 36 | 41 | 0 | 0 | FA | 63 | 43 |
| Octal | 164 | 132 | 376 | 66 | 101 | 0 | 0 | 372 | 143 | 103 |
| Binary | 1110100 | 1011010 | 11111110 | 110110 | 1000001 | 0 | 0 | 11111010 | 1100011 | 1000011 |
Color Harmonies of #745AFE
Complementary color
Monochromatic Colors of #745AFE
Black with #745AFE
Text Example
Text Example
White with #745AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AFE; }
p { color: rgb(116,90,254); }
H1.HeaderClassName
{
color: #745AFE;
}
.AnyTagClassName
{
color: #745AFE;
}
</style>
background-color css
<style>
a { background-color: #745AFE; }
a { background-color: rgb(116,90,254); }
div.DivClassName
{
background-color: #745AFE;
}
.BgClassName
{
background-color: #745AFE;
}
</style>
border-color css
<style>
span { border-color: #745AFE; }
span { border-color: rgb(116,90,254); }
td.TdClassName
{
border-color: #745AFE;
}
.TagClassName
{
border-color: #745AFE;
}
</style>