Shades of Medium Slate Blue #736EF2
Tints of Medium Slate Blue #736EF2
RGB
CMYK
RGB Variations
Color information
#736EF2 (or 0x736EF2) is known color: Medium Slate Blue. HEX triplet: 73, 6E and F2. RGB value is (115,110,242). Sum of RGB (Red+Green+Blue) = 115+110+242=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #736EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736EF2 is #8C910D. Grayscale: #7E7E7E. Windows color (decimal): -9212174 or 15887987. OLE color: 15887987.
HSL color Cylindrical-coordinate representation of color #736EF2: hue angle of 242.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #736EF2 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 110 | 242 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.05 |
| HSL | 242.27º | 0.84% | 0.69% | - |
| HSV(B) | 242.27º | 0.55% | 0.95% | - |
| XYZ | 28.67 | 21.21 | 86.59 | - |
| YUV | 126.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 242 | 0.52 | 0.55 | 0 | 0.05 | 242.27 | 0.84 | 0.69 |
| Hex | 73 | 6E | F2 | 34 | 37 | 0 | 5 | F2 | 54 | 45 |
| Octal | 163 | 156 | 362 | 64 | 67 | 0 | 5 | 362 | 124 | 105 |
| Binary | 1110011 | 1101110 | 11110010 | 110100 | 110111 | 0 | 101 | 11110010 | 1010100 | 1000101 |
Color Harmonies of #736EF2
Complementary color
Monochromatic Colors of #736EF2
Black with #736EF2
Text Example
Text Example
White with #736EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736EF2; }
p { color: rgb(115,110,242); }
H1.HeaderClassName
{
color: #736EF2;
}
.AnyTagClassName
{
color: #736EF2;
}
</style>
background-color css
<style>
a { background-color: #736EF2; }
a { background-color: rgb(115,110,242); }
div.DivClassName
{
background-color: #736EF2;
}
.BgClassName
{
background-color: #736EF2;
}
</style>
border-color css
<style>
span { border-color: #736EF2; }
span { border-color: rgb(115,110,242); }
td.TdClassName
{
border-color: #736EF2;
}
.TagClassName
{
border-color: #736EF2;
}
</style>