Shades of Medium Slate Blue #745AE5
Tints of Medium Slate Blue #745AE5
RGB
CMYK
RGB Variations
Color information
#745AE5 (or 0x745AE5) is known color: Medium Slate Blue. HEX triplet: 74, 5A and E5. RGB value is (116,90,229). Sum of RGB (Red+Green+Blue) = 116+90+229=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #745AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AE5 is #8BA51A. Grayscale: #717171. Windows color (decimal): -9151771 or 15030900. OLE color: 15030900.
HSL color Cylindrical-coordinate representation of color #745AE5: hue angle of 251.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745AE5 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 90 | 229 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.10 |
| HSL | 251.22º | 0.73% | 0.63% | - |
| HSV(B) | 251.22º | 0.61% | 0.9% | - |
| XYZ | 25 | 16.68 | 76.03 | - |
| YUV | 113.62 | 193.11 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 229 | 0.49 | 0.61 | 0 | 0.10 | 251.22 | 0.73 | 0.63 |
| Hex | 74 | 5A | E5 | 31 | 3D | 0 | A | FB | 49 | 3F |
| Octal | 164 | 132 | 345 | 61 | 75 | 0 | 12 | 373 | 111 | 77 |
| Binary | 1110100 | 1011010 | 11100101 | 110001 | 111101 | 0 | 1010 | 11111011 | 1001001 | 111111 |
Color Harmonies of #745AE5
Complementary color
Monochromatic Colors of #745AE5
Black with #745AE5
Text Example
Text Example
White with #745AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745AE5; }
p { color: rgb(116,90,229); }
H1.HeaderClassName
{
color: #745AE5;
}
.AnyTagClassName
{
color: #745AE5;
}
</style>
background-color css
<style>
a { background-color: #745AE5; }
a { background-color: rgb(116,90,229); }
div.DivClassName
{
background-color: #745AE5;
}
.BgClassName
{
background-color: #745AE5;
}
</style>
border-color css
<style>
span { border-color: #745AE5; }
span { border-color: rgb(116,90,229); }
td.TdClassName
{
border-color: #745AE5;
}
.TagClassName
{
border-color: #745AE5;
}
</style>