Shades of Medium Slate Blue #735CF1
Tints of Medium Slate Blue #735CF1
RGB
CMYK
RGB Variations
Color information
#735CF1 (or 0x735CF1) is known color: Medium Slate Blue. HEX triplet: 73, 5C and F1. RGB value is (115,92,241). Sum of RGB (Red+Green+Blue) = 115+92+241=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #735CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735CF1 is #8CA30E. Grayscale: #737373. Windows color (decimal): -9216783 or 15817843. OLE color: 15817843.
HSL color Cylindrical-coordinate representation of color #735CF1: hue angle of 249.26º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #735CF1 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 92 | 241 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.05 |
| HSL | 249.26º | 0.84% | 0.65% | - |
| HSV(B) | 249.26º | 0.62% | 0.95% | - |
| XYZ | 26.77 | 17.65 | 85.21 | - |
| YUV | 115.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 241 | 0.52 | 0.62 | 0 | 0.05 | 249.26 | 0.84 | 0.65 |
| Hex | 73 | 5C | F1 | 34 | 3E | 0 | 5 | F9 | 54 | 41 |
| Octal | 163 | 134 | 361 | 64 | 76 | 0 | 5 | 371 | 124 | 101 |
| Binary | 1110011 | 1011100 | 11110001 | 110100 | 111110 | 0 | 101 | 11111001 | 1010100 | 1000001 |
Color Harmonies of #735CF1
Complementary color
Monochromatic Colors of #735CF1
Black with #735CF1
Text Example
Text Example
White with #735CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CF1; }
p { color: rgb(115,92,241); }
H1.HeaderClassName
{
color: #735CF1;
}
.AnyTagClassName
{
color: #735CF1;
}
</style>
background-color css
<style>
a { background-color: #735CF1; }
a { background-color: rgb(115,92,241); }
div.DivClassName
{
background-color: #735CF1;
}
.BgClassName
{
background-color: #735CF1;
}
</style>
border-color css
<style>
span { border-color: #735CF1; }
span { border-color: rgb(115,92,241); }
td.TdClassName
{
border-color: #735CF1;
}
.TagClassName
{
border-color: #735CF1;
}
</style>