Shades of Medium Slate Blue #7263EC
Tints of Medium Slate Blue #7263EC
RGB
CMYK
RGB Variations
Color information
#7263EC (or 0x7263EC) is known color: Medium Slate Blue. HEX triplet: 72, 63 and EC. RGB value is (114,99,236). Sum of RGB (Red+Green+Blue) = 114+99+236=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #7263EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263EC is #8D9C13. Grayscale: #767676. Windows color (decimal): -9280532 or 15491954. OLE color: 15491954.
HSL color Cylindrical-coordinate representation of color #7263EC: hue angle of 246.57º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7263EC is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 99 | 236 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.07 |
| HSL | 246.57º | 0.78% | 0.66% | - |
| HSV(B) | 246.57º | 0.58% | 0.93% | - |
| XYZ | 26.54 | 18.56 | 81.54 | - |
| YUV | 119.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 236 | 0.52 | 0.58 | 0 | 0.07 | 246.57 | 0.78 | 0.66 |
| Hex | 72 | 63 | EC | 34 | 3A | 0 | 7 | F7 | 4E | 42 |
| Octal | 162 | 143 | 354 | 64 | 72 | 0 | 7 | 367 | 116 | 102 |
| Binary | 1110010 | 1100011 | 11101100 | 110100 | 111010 | 0 | 111 | 11110111 | 1001110 | 1000010 |
Color Harmonies of #7263EC
Complementary color
Monochromatic Colors of #7263EC
Black with #7263EC
Text Example
Text Example
White with #7263EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263EC; }
p { color: rgb(114,99,236); }
H1.HeaderClassName
{
color: #7263EC;
}
.AnyTagClassName
{
color: #7263EC;
}
</style>
background-color css
<style>
a { background-color: #7263EC; }
a { background-color: rgb(114,99,236); }
div.DivClassName
{
background-color: #7263EC;
}
.BgClassName
{
background-color: #7263EC;
}
</style>
border-color css
<style>
span { border-color: #7263EC; }
span { border-color: rgb(114,99,236); }
td.TdClassName
{
border-color: #7263EC;
}
.TagClassName
{
border-color: #7263EC;
}
</style>