Shades of Medium Slate Blue #735FF5
Tints of Medium Slate Blue #735FF5
RGB
CMYK
RGB Variations
Color information
#735FF5 (or 0x735FF5) is known color: Medium Slate Blue. HEX triplet: 73, 5F and F5. RGB value is (115,95,245). Sum of RGB (Red+Green+Blue) = 115+95+245=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #735FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735FF5 is #8CA00A. Grayscale: #757575. Windows color (decimal): -9216011 or 16080755. OLE color: 16080755.
HSL color Cylindrical-coordinate representation of color #735FF5: hue angle of 248º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #735FF5 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 95 | 245 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.04 |
| HSL | 248º | 0.88% | 0.67% | - |
| HSV(B) | 248º | 0.61% | 0.96% | - |
| XYZ | 27.64 | 18.42 | 88.48 | - |
| YUV | 118.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 245 | 0.53 | 0.61 | 0 | 0.04 | 248 | 0.88 | 0.67 |
| Hex | 73 | 5F | F5 | 35 | 3D | 0 | 4 | F8 | 58 | 43 |
| Octal | 163 | 137 | 365 | 65 | 75 | 0 | 4 | 370 | 130 | 103 |
| Binary | 1110011 | 1011111 | 11110101 | 110101 | 111101 | 0 | 100 | 11111000 | 1011000 | 1000011 |
Color Harmonies of #735FF5
Complementary color
Monochromatic Colors of #735FF5
Black with #735FF5
Text Example
Text Example
White with #735FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FF5; }
p { color: rgb(115,95,245); }
H1.HeaderClassName
{
color: #735FF5;
}
.AnyTagClassName
{
color: #735FF5;
}
</style>
background-color css
<style>
a { background-color: #735FF5; }
a { background-color: rgb(115,95,245); }
div.DivClassName
{
background-color: #735FF5;
}
.BgClassName
{
background-color: #735FF5;
}
</style>
border-color css
<style>
span { border-color: #735FF5; }
span { border-color: rgb(115,95,245); }
td.TdClassName
{
border-color: #735FF5;
}
.TagClassName
{
border-color: #735FF5;
}
</style>