Shades of Medium Slate Blue #735DFE
Tints of Medium Slate Blue #735DFE
RGB
CMYK
RGB Variations
Color information
#735DFE (or 0x735DFE) is known color: Medium Slate Blue. HEX triplet: 73, 5D and FE. RGB value is (115,93,254). Sum of RGB (Red+Green+Blue) = 115+93+254=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #735DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735DFE is #8CA201. Grayscale: #757575. Windows color (decimal): -9216514 or 16670067. OLE color: 16670067.
HSL color Cylindrical-coordinate representation of color #735DFE: hue angle of 248.2º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #735DFE is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 93 | 254 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.00 |
| HSL | 248.2º | 0.99% | 0.68% | - |
| HSV(B) | 248.2º | 0.63% | 1% | - |
| XYZ | 28.87 | 18.63 | 95.84 | - |
| YUV | 117.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 254 | 0.55 | 0.63 | 0 | 0.00 | 248.2 | 0.99 | 0.68 |
| Hex | 73 | 5D | FE | 37 | 3F | 0 | 0 | F8 | 63 | 44 |
| Octal | 163 | 135 | 376 | 67 | 77 | 0 | 0 | 370 | 143 | 104 |
| Binary | 1110011 | 1011101 | 11111110 | 110111 | 111111 | 0 | 0 | 11111000 | 1100011 | 1000100 |
Color Harmonies of #735DFE
Complementary color
Monochromatic Colors of #735DFE
Black with #735DFE
Text Example
Text Example
White with #735DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DFE; }
p { color: rgb(115,93,254); }
H1.HeaderClassName
{
color: #735DFE;
}
.AnyTagClassName
{
color: #735DFE;
}
</style>
background-color css
<style>
a { background-color: #735DFE; }
a { background-color: rgb(115,93,254); }
div.DivClassName
{
background-color: #735DFE;
}
.BgClassName
{
background-color: #735DFE;
}
</style>
border-color css
<style>
span { border-color: #735DFE; }
span { border-color: rgb(115,93,254); }
td.TdClassName
{
border-color: #735DFE;
}
.TagClassName
{
border-color: #735DFE;
}
</style>