Shades of Medium Slate Blue #735FFA
Tints of Medium Slate Blue #735FFA
RGB
CMYK
RGB Variations
Color information
#735FFA (or 0x735FFA) is known color: Medium Slate Blue. HEX triplet: 73, 5F and FA. RGB value is (115,95,250). Sum of RGB (Red+Green+Blue) = 115+95+250=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #735FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735FFA is #8CA005. Grayscale: #767676. Windows color (decimal): -9216006 or 16408435. OLE color: 16408435.
HSL color Cylindrical-coordinate representation of color #735FFA: hue angle of 247.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735FFA is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 95 | 250 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.02 |
| HSL | 247.74º | 0.94% | 0.68% | - |
| HSV(B) | 247.74º | 0.62% | 0.98% | - |
| XYZ | 28.42 | 18.73 | 92.56 | - |
| YUV | 118.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 250 | 0.54 | 0.62 | 0 | 0.02 | 247.74 | 0.94 | 0.68 |
| Hex | 73 | 5F | FA | 36 | 3E | 0 | 2 | F8 | 5E | 44 |
| Octal | 163 | 137 | 372 | 66 | 76 | 0 | 2 | 370 | 136 | 104 |
| Binary | 1110011 | 1011111 | 11111010 | 110110 | 111110 | 0 | 10 | 11111000 | 1011110 | 1000100 |
Color Harmonies of #735FFA
Complementary color
Monochromatic Colors of #735FFA
Black with #735FFA
Text Example
Text Example
White with #735FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FFA; }
p { color: rgb(115,95,250); }
H1.HeaderClassName
{
color: #735FFA;
}
.AnyTagClassName
{
color: #735FFA;
}
</style>
background-color css
<style>
a { background-color: #735FFA; }
a { background-color: rgb(115,95,250); }
div.DivClassName
{
background-color: #735FFA;
}
.BgClassName
{
background-color: #735FFA;
}
</style>
border-color css
<style>
span { border-color: #735FFA; }
span { border-color: rgb(115,95,250); }
td.TdClassName
{
border-color: #735FFA;
}
.TagClassName
{
border-color: #735FFA;
}
</style>