Shades of Medium Slate Blue #737DF0
Tints of Medium Slate Blue #737DF0
RGB
CMYK
RGB Variations
Color information
#737DF0 (or 0x737DF0) is known color: Medium Slate Blue. HEX triplet: 73, 7D and F0. RGB value is (115,125,240). Sum of RGB (Red+Green+Blue) = 115+125+240=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #737DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DF0 is #8C820F. Grayscale: #868686. Windows color (decimal): -9208336 or 15760755. OLE color: 15760755.
HSL color Cylindrical-coordinate representation of color #737DF0: hue angle of 235.2º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #737DF0 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 125 | 240 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.06 |
| HSL | 235.2º | 0.81% | 0.7% | - |
| HSV(B) | 235.2º | 0.52% | 0.94% | - |
| XYZ | 30.13 | 24.6 | 85.6 | - |
| YUV | 135.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 240 | 0.52 | 0.48 | 0 | 0.06 | 235.2 | 0.81 | 0.7 |
| Hex | 73 | 7D | F0 | 34 | 30 | 0 | 6 | EB | 51 | 46 |
| Octal | 163 | 175 | 360 | 64 | 60 | 0 | 6 | 353 | 121 | 106 |
| Binary | 1110011 | 1111101 | 11110000 | 110100 | 110000 | 0 | 110 | 11101011 | 1010001 | 1000110 |
Color Harmonies of #737DF0
Complementary color
Monochromatic Colors of #737DF0
Black with #737DF0
Text Example
Text Example
White with #737DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DF0; }
p { color: rgb(115,125,240); }
H1.HeaderClassName
{
color: #737DF0;
}
.AnyTagClassName
{
color: #737DF0;
}
</style>
background-color css
<style>
a { background-color: #737DF0; }
a { background-color: rgb(115,125,240); }
div.DivClassName
{
background-color: #737DF0;
}
.BgClassName
{
background-color: #737DF0;
}
</style>
border-color css
<style>
span { border-color: #737DF0; }
span { border-color: rgb(115,125,240); }
td.TdClassName
{
border-color: #737DF0;
}
.TagClassName
{
border-color: #737DF0;
}
</style>