Shades of Medium Slate Blue #735FE6
Tints of Medium Slate Blue #735FE6
RGB
CMYK
RGB Variations
Color information
#735FE6 (or 0x735FE6) is known color: Medium Slate Blue. HEX triplet: 73, 5F and E6. RGB value is (115,95,230). Sum of RGB (Red+Green+Blue) = 115+95+230=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #735FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735FE6 is #8CA019. Grayscale: #737373. Windows color (decimal): -9216026 or 15097715. OLE color: 15097715.
HSL color Cylindrical-coordinate representation of color #735FE6: hue angle of 248.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #735FE6 is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 95 | 230 | - |
| CMYK | 0.5 | 0.59 | 0 | 0.10 |
| HSL | 248.89º | 0.73% | 0.64% | - |
| HSV(B) | 248.89º | 0.59% | 0.9% | - |
| XYZ | 25.45 | 17.54 | 76.91 | - |
| YUV | 116.37 | 192.13 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 230 | 0.5 | 0.59 | 0 | 0.10 | 248.89 | 0.73 | 0.64 |
| Hex | 73 | 5F | E6 | 32 | 3B | 0 | A | F9 | 49 | 40 |
| Octal | 163 | 137 | 346 | 62 | 73 | 0 | 12 | 371 | 111 | 100 |
| Binary | 1110011 | 1011111 | 11100110 | 110010 | 111011 | 0 | 1010 | 11111001 | 1001001 | 1000000 |
Color Harmonies of #735FE6
Complementary color
Monochromatic Colors of #735FE6
Black with #735FE6
Text Example
Text Example
White with #735FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FE6; }
p { color: rgb(115,95,230); }
H1.HeaderClassName
{
color: #735FE6;
}
.AnyTagClassName
{
color: #735FE6;
}
</style>
background-color css
<style>
a { background-color: #735FE6; }
a { background-color: rgb(115,95,230); }
div.DivClassName
{
background-color: #735FE6;
}
.BgClassName
{
background-color: #735FE6;
}
</style>
border-color css
<style>
span { border-color: #735FE6; }
span { border-color: rgb(115,95,230); }
td.TdClassName
{
border-color: #735FE6;
}
.TagClassName
{
border-color: #735FE6;
}
</style>