Shades of Medium Slate Blue #735AE5
Tints of Medium Slate Blue #735AE5
RGB
CMYK
RGB Variations
Color information
#735AE5 (or 0x735AE5) is known color: Medium Slate Blue. HEX triplet: 73, 5A and E5. RGB value is (115,90,229). Sum of RGB (Red+Green+Blue) = 115+90+229=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #735AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AE5 is #8CA51A. Grayscale: #707070. Windows color (decimal): -9217307 or 15030899. OLE color: 15030899.
HSL color Cylindrical-coordinate representation of color #735AE5: hue angle of 250.79º 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 #735AE5 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 90 | 229 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.10 |
| HSL | 250.79º | 0.73% | 0.63% | - |
| HSV(B) | 250.79º | 0.61% | 0.9% | - |
| XYZ | 24.87 | 16.61 | 76.02 | - |
| YUV | 113.32 | 193.28 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 229 | 0.50 | 0.61 | 0 | 0.10 | 250.79 | 0.73 | 0.63 |
| Hex | 73 | 5A | E5 | 32 | 3D | 0 | A | FB | 49 | 3F |
| Octal | 163 | 132 | 345 | 62 | 75 | 0 | 12 | 373 | 111 | 77 |
| Binary | 1110011 | 1011010 | 11100101 | 110010 | 111101 | 0 | 1010 | 11111011 | 1001001 | 111111 |
Color Harmonies of #735AE5
Complementary color
Monochromatic Colors of #735AE5
Black with #735AE5
Text Example
Text Example
White with #735AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AE5; }
p { color: rgb(115,90,229); }
H1.HeaderClassName
{
color: #735AE5;
}
.AnyTagClassName
{
color: #735AE5;
}
</style>
background-color css
<style>
a { background-color: #735AE5; }
a { background-color: rgb(115,90,229); }
div.DivClassName
{
background-color: #735AE5;
}
.BgClassName
{
background-color: #735AE5;
}
</style>
border-color css
<style>
span { border-color: #735AE5; }
span { border-color: rgb(115,90,229); }
td.TdClassName
{
border-color: #735AE5;
}
.TagClassName
{
border-color: #735AE5;
}
</style>