Shades of Medium Slate Blue #735AE7
Tints of Medium Slate Blue #735AE7
RGB
CMYK
RGB Variations
Color information
#735AE7 (or 0x735AE7) is known color: Medium Slate Blue. HEX triplet: 73, 5A and E7. RGB value is (115,90,231). Sum of RGB (Red+Green+Blue) = 115+90+231=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #735AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AE7 is #8CA518. Grayscale: #717171. Windows color (decimal): -9217305 or 15161971. OLE color: 15161971.
HSL color Cylindrical-coordinate representation of color #735AE7: hue angle of 250.64º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #735AE7 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 90 | 231 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.09 |
| HSL | 250.64º | 0.75% | 0.63% | - |
| HSV(B) | 250.64º | 0.61% | 0.91% | - |
| XYZ | 25.15 | 16.73 | 77.5 | - |
| YUV | 113.55 | 194.28 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 231 | 0.50 | 0.61 | 0 | 0.09 | 250.64 | 0.75 | 0.63 |
| Hex | 73 | 5A | E7 | 32 | 3D | 0 | 9 | FB | 4B | 3F |
| Octal | 163 | 132 | 347 | 62 | 75 | 0 | 11 | 373 | 113 | 77 |
| Binary | 1110011 | 1011010 | 11100111 | 110010 | 111101 | 0 | 1001 | 11111011 | 1001011 | 111111 |
Color Harmonies of #735AE7
Complementary color
Monochromatic Colors of #735AE7
Black with #735AE7
Text Example
Text Example
White with #735AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AE7; }
p { color: rgb(115,90,231); }
H1.HeaderClassName
{
color: #735AE7;
}
.AnyTagClassName
{
color: #735AE7;
}
</style>
background-color css
<style>
a { background-color: #735AE7; }
a { background-color: rgb(115,90,231); }
div.DivClassName
{
background-color: #735AE7;
}
.BgClassName
{
background-color: #735AE7;
}
</style>
border-color css
<style>
span { border-color: #735AE7; }
span { border-color: rgb(115,90,231); }
td.TdClassName
{
border-color: #735AE7;
}
.TagClassName
{
border-color: #735AE7;
}
</style>