Shades of Medium Slate Blue #7264EC
Tints of Medium Slate Blue #7264EC
RGB
CMYK
RGB Variations
Color information
#7264EC (or 0x7264EC) is known color: Medium Slate Blue. HEX triplet: 72, 64 and EC. RGB value is (114,100,236). Sum of RGB (Red+Green+Blue) = 114+100+236=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #7264EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7264EC is #8D9B13. Grayscale: #777777. Windows color (decimal): -9280276 or 15492210. OLE color: 15492210.
HSL color Cylindrical-coordinate representation of color #7264EC: hue angle of 246.18º 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 #7264EC is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 100 | 236 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.07 |
| HSL | 246.18º | 0.78% | 0.66% | - |
| HSV(B) | 246.18º | 0.58% | 0.93% | - |
| XYZ | 26.64 | 18.75 | 81.57 | - |
| YUV | 119.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 236 | 0.52 | 0.58 | 0 | 0.07 | 246.18 | 0.78 | 0.66 |
| Hex | 72 | 64 | EC | 34 | 3A | 0 | 7 | F6 | 4E | 42 |
| Octal | 162 | 144 | 354 | 64 | 72 | 0 | 7 | 366 | 116 | 102 |
| Binary | 1110010 | 1100100 | 11101100 | 110100 | 111010 | 0 | 111 | 11110110 | 1001110 | 1000010 |
Color Harmonies of #7264EC
Complementary color
Monochromatic Colors of #7264EC
Black with #7264EC
Text Example
Text Example
White with #7264EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7264EC; }
p { color: rgb(114,100,236); }
H1.HeaderClassName
{
color: #7264EC;
}
.AnyTagClassName
{
color: #7264EC;
}
</style>
background-color css
<style>
a { background-color: #7264EC; }
a { background-color: rgb(114,100,236); }
div.DivClassName
{
background-color: #7264EC;
}
.BgClassName
{
background-color: #7264EC;
}
</style>
border-color css
<style>
span { border-color: #7264EC; }
span { border-color: rgb(114,100,236); }
td.TdClassName
{
border-color: #7264EC;
}
.TagClassName
{
border-color: #7264EC;
}
</style>