Shades of Medium Slate Blue #735DF4
Tints of Medium Slate Blue #735DF4
RGB
CMYK
RGB Variations
Color information
#735DF4 (or 0x735DF4) is known color: Medium Slate Blue. HEX triplet: 73, 5D and F4. RGB value is (115,93,244). Sum of RGB (Red+Green+Blue) = 115+93+244=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #735DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735DF4 is #8CA20B. Grayscale: #747474. Windows color (decimal): -9216524 or 16014707. OLE color: 16014707.
HSL color Cylindrical-coordinate representation of color #735DF4: hue angle of 248.74º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735DF4 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 93 | 244 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.04 |
| HSL | 248.74º | 0.87% | 0.66% | - |
| HSV(B) | 248.74º | 0.62% | 0.96% | - |
| XYZ | 27.31 | 18.01 | 87.62 | - |
| YUV | 116.79 | 199.79 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 244 | 0.53 | 0.62 | 0 | 0.04 | 248.74 | 0.87 | 0.66 |
| Hex | 73 | 5D | F4 | 35 | 3E | 0 | 4 | F9 | 57 | 42 |
| Octal | 163 | 135 | 364 | 65 | 76 | 0 | 4 | 371 | 127 | 102 |
| Binary | 1110011 | 1011101 | 11110100 | 110101 | 111110 | 0 | 100 | 11111001 | 1010111 | 1000010 |
Color Harmonies of #735DF4
Complementary color
Monochromatic Colors of #735DF4
Black with #735DF4
Text Example
Text Example
White with #735DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DF4; }
p { color: rgb(115,93,244); }
H1.HeaderClassName
{
color: #735DF4;
}
.AnyTagClassName
{
color: #735DF4;
}
</style>
background-color css
<style>
a { background-color: #735DF4; }
a { background-color: rgb(115,93,244); }
div.DivClassName
{
background-color: #735DF4;
}
.BgClassName
{
background-color: #735DF4;
}
</style>
border-color css
<style>
span { border-color: #735DF4; }
span { border-color: rgb(115,93,244); }
td.TdClassName
{
border-color: #735DF4;
}
.TagClassName
{
border-color: #735DF4;
}
</style>