Shades of Medium Slate Blue #737CF2
Tints of Medium Slate Blue #737CF2
RGB
CMYK
RGB Variations
Color information
#737CF2 (or 0x737CF2) is known color: Medium Slate Blue. HEX triplet: 73, 7C and F2. RGB value is (115,124,242). Sum of RGB (Red+Green+Blue) = 115+124+242=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #737CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737CF2 is #8C830D. Grayscale: #868686. Windows color (decimal): -9208590 or 15891571. OLE color: 15891571.
HSL color Cylindrical-coordinate representation of color #737CF2: hue angle of 235.75º degrees, saturation: 0.83, 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 #737CF2 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 124 | 242 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.05 |
| HSL | 235.75º | 0.83% | 0.7% | - |
| HSV(B) | 235.75º | 0.52% | 0.95% | - |
| XYZ | 30.3 | 24.47 | 87.13 | - |
| YUV | 134.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 242 | 0.52 | 0.49 | 0 | 0.05 | 235.75 | 0.83 | 0.7 |
| Hex | 73 | 7C | F2 | 34 | 31 | 0 | 5 | EC | 53 | 46 |
| Octal | 163 | 174 | 362 | 64 | 61 | 0 | 5 | 354 | 123 | 106 |
| Binary | 1110011 | 1111100 | 11110010 | 110100 | 110001 | 0 | 101 | 11101100 | 1010011 | 1000110 |
Color Harmonies of #737CF2
Complementary color
Monochromatic Colors of #737CF2
Black with #737CF2
Text Example
Text Example
White with #737CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CF2; }
p { color: rgb(115,124,242); }
H1.HeaderClassName
{
color: #737CF2;
}
.AnyTagClassName
{
color: #737CF2;
}
</style>
background-color css
<style>
a { background-color: #737CF2; }
a { background-color: rgb(115,124,242); }
div.DivClassName
{
background-color: #737CF2;
}
.BgClassName
{
background-color: #737CF2;
}
</style>
border-color css
<style>
span { border-color: #737CF2; }
span { border-color: rgb(115,124,242); }
td.TdClassName
{
border-color: #737CF2;
}
.TagClassName
{
border-color: #737CF2;
}
</style>