Shades of Medium Slate Blue #737DF1
Tints of Medium Slate Blue #737DF1
RGB
CMYK
RGB Variations
Color information
#737DF1 (or 0x737DF1) is known color: Medium Slate Blue. HEX triplet: 73, 7D and F1. RGB value is (115,125,241). Sum of RGB (Red+Green+Blue) = 115+125+241=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #737DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DF1 is #8C820E. Grayscale: #868686. Windows color (decimal): -9208335 or 15826291. OLE color: 15826291.
HSL color Cylindrical-coordinate representation of color #737DF1: hue angle of 235.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #737DF1 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 125 | 241 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.05 |
| HSL | 235.24º | 0.82% | 0.7% | - |
| HSV(B) | 235.24º | 0.52% | 0.95% | - |
| XYZ | 30.28 | 24.66 | 86.38 | - |
| YUV | 135.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 241 | 0.52 | 0.48 | 0 | 0.05 | 235.24 | 0.82 | 0.7 |
| Hex | 73 | 7D | F1 | 34 | 30 | 0 | 5 | EB | 52 | 46 |
| Octal | 163 | 175 | 361 | 64 | 60 | 0 | 5 | 353 | 122 | 106 |
| Binary | 1110011 | 1111101 | 11110001 | 110100 | 110000 | 0 | 101 | 11101011 | 1010010 | 1000110 |
Color Harmonies of #737DF1
Complementary color
Monochromatic Colors of #737DF1
Black with #737DF1
Text Example
Text Example
White with #737DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DF1; }
p { color: rgb(115,125,241); }
H1.HeaderClassName
{
color: #737DF1;
}
.AnyTagClassName
{
color: #737DF1;
}
</style>
background-color css
<style>
a { background-color: #737DF1; }
a { background-color: rgb(115,125,241); }
div.DivClassName
{
background-color: #737DF1;
}
.BgClassName
{
background-color: #737DF1;
}
</style>
border-color css
<style>
span { border-color: #737DF1; }
span { border-color: rgb(115,125,241); }
td.TdClassName
{
border-color: #737DF1;
}
.TagClassName
{
border-color: #737DF1;
}
</style>