Shades of Medium Slate Blue #735FFF
Tints of Medium Slate Blue #735FFF
RGB
CMYK
RGB Variations
Color information
#735FFF (or 0x735FFF) is known color: Medium Slate Blue. HEX triplet: 73, 5F and FF. RGB value is (115,95,255). Sum of RGB (Red+Green+Blue) = 115+95+255=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #735FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735FFF is #8CA000. Grayscale: #767676. Windows color (decimal): -9216001 or 16736115. OLE color: 16736115.
HSL color Cylindrical-coordinate representation of color #735FFF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #735FFF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 95 | 255 | - |
| CMYK | 0.55 | 0.63 | 0 | 0 |
| HSL | 247.5º | 1% | 0.69% | - |
| HSV(B) | 247.5º | 0.63% | 1% | - |
| XYZ | 29.21 | 19.05 | 96.74 | - |
| YUV | 119.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 255 | 0.55 | 0.63 | 0 | 0 | 247.5 | 1 | 0.69 |
| Hex | 73 | 5F | FF | 37 | 3F | 0 | 0 | F8 | 64 | 45 |
| Octal | 163 | 137 | 377 | 67 | 77 | 0 | 0 | 370 | 144 | 105 |
| Binary | 1110011 | 1011111 | 11111111 | 110111 | 111111 | 0 | 0 | 11111000 | 1100100 | 1000101 |
Color Harmonies of #735FFF
Complementary color
Monochromatic Colors of #735FFF
Black with #735FFF
Text Example
Text Example
White with #735FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FFF; }
p { color: rgb(115,95,255); }
H1.HeaderClassName
{
color: #735FFF;
}
.AnyTagClassName
{
color: #735FFF;
}
</style>
background-color css
<style>
a { background-color: #735FFF; }
a { background-color: rgb(115,95,255); }
div.DivClassName
{
background-color: #735FFF;
}
.BgClassName
{
background-color: #735FFF;
}
</style>
border-color css
<style>
span { border-color: #735FFF; }
span { border-color: rgb(115,95,255); }
td.TdClassName
{
border-color: #735FFF;
}
.TagClassName
{
border-color: #735FFF;
}
</style>