Shades of Medium Slate Blue #7262EF
Tints of Medium Slate Blue #7262EF
RGB
CMYK
RGB Variations
Color information
#7262EF (or 0x7262EF) is known color: Medium Slate Blue. HEX triplet: 72, 62 and EF. RGB value is (114,98,239). Sum of RGB (Red+Green+Blue) = 114+98+239=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #7262EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7262EF is #8D9D10. Grayscale: #767676. Windows color (decimal): -9280785 or 15688306. OLE color: 15688306.
HSL color Cylindrical-coordinate representation of color #7262EF: hue angle of 246.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7262EF is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 98 | 239 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.06 |
| HSL | 246.81º | 0.82% | 0.66% | - |
| HSV(B) | 246.81º | 0.59% | 0.94% | - |
| XYZ | 26.89 | 18.54 | 83.82 | - |
| YUV | 118.86 | 195.8 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 239 | 0.52 | 0.59 | 0 | 0.06 | 246.81 | 0.82 | 0.66 |
| Hex | 72 | 62 | EF | 34 | 3B | 0 | 6 | F7 | 52 | 42 |
| Octal | 162 | 142 | 357 | 64 | 73 | 0 | 6 | 367 | 122 | 102 |
| Binary | 1110010 | 1100010 | 11101111 | 110100 | 111011 | 0 | 110 | 11110111 | 1010010 | 1000010 |
Color Harmonies of #7262EF
Complementary color
Monochromatic Colors of #7262EF
Black with #7262EF
Text Example
Text Example
White with #7262EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262EF; }
p { color: rgb(114,98,239); }
H1.HeaderClassName
{
color: #7262EF;
}
.AnyTagClassName
{
color: #7262EF;
}
</style>
background-color css
<style>
a { background-color: #7262EF; }
a { background-color: rgb(114,98,239); }
div.DivClassName
{
background-color: #7262EF;
}
.BgClassName
{
background-color: #7262EF;
}
</style>
border-color css
<style>
span { border-color: #7262EF; }
span { border-color: rgb(114,98,239); }
td.TdClassName
{
border-color: #7262EF;
}
.TagClassName
{
border-color: #7262EF;
}
</style>