Shades of Medium Slate Blue #745AF4
Tints of Medium Slate Blue #745AF4
RGB
CMYK
RGB Variations
Color information
#745AF4 (or 0x745AF4) is known color: Medium Slate Blue. HEX triplet: 74, 5A and F4. RGB value is (116,90,244). Sum of RGB (Red+Green+Blue) = 116+90+244=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #745AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AF4 is #8BA50B. Grayscale: #727272. Windows color (decimal): -9151756 or 16013940. OLE color: 16013940.
HSL color Cylindrical-coordinate representation of color #745AF4: hue angle of 250.13º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #745AF4 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 90 | 244 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.04 |
| HSL | 250.13º | 0.88% | 0.65% | - |
| HSV(B) | 250.13º | 0.63% | 0.96% | - |
| XYZ | 27.19 | 17.56 | 87.54 | - |
| YUV | 115.33 | 200.61 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 244 | 0.52 | 0.63 | 0 | 0.04 | 250.13 | 0.88 | 0.65 |
| Hex | 74 | 5A | F4 | 34 | 3F | 0 | 4 | FA | 58 | 41 |
| Octal | 164 | 132 | 364 | 64 | 77 | 0 | 4 | 372 | 130 | 101 |
| Binary | 1110100 | 1011010 | 11110100 | 110100 | 111111 | 0 | 100 | 11111010 | 1011000 | 1000001 |
Color Harmonies of #745AF4
Complementary color
Monochromatic Colors of #745AF4
Black with #745AF4
Text Example
Text Example
White with #745AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AF4; }
p { color: rgb(116,90,244); }
H1.HeaderClassName
{
color: #745AF4;
}
.AnyTagClassName
{
color: #745AF4;
}
</style>
background-color css
<style>
a { background-color: #745AF4; }
a { background-color: rgb(116,90,244); }
div.DivClassName
{
background-color: #745AF4;
}
.BgClassName
{
background-color: #745AF4;
}
</style>
border-color css
<style>
span { border-color: #745AF4; }
span { border-color: rgb(116,90,244); }
td.TdClassName
{
border-color: #745AF4;
}
.TagClassName
{
border-color: #745AF4;
}
</style>