Shades of Medium Slate Blue #7262E8
Tints of Medium Slate Blue #7262E8
RGB
CMYK
RGB Variations
Color information
#7262E8 (or 0x7262E8) is known color: Medium Slate Blue. HEX triplet: 72, 62 and E8. RGB value is (114,98,232). Sum of RGB (Red+Green+Blue) = 114+98+232=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #7262E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7262E8 is #8D9D17. Grayscale: #757575. Windows color (decimal): -9280792 or 15229554. OLE color: 15229554.
HSL color Cylindrical-coordinate representation of color #7262E8: hue angle of 247.16º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7262E8 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 98 | 232 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.09 |
| HSL | 247.16º | 0.74% | 0.65% | - |
| HSV(B) | 247.16º | 0.58% | 0.91% | - |
| XYZ | 25.87 | 18.14 | 78.48 | - |
| YUV | 118.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 232 | 0.51 | 0.58 | 0 | 0.09 | 247.16 | 0.74 | 0.65 |
| Hex | 72 | 62 | E8 | 33 | 3A | 0 | 9 | F7 | 4A | 41 |
| Octal | 162 | 142 | 350 | 63 | 72 | 0 | 11 | 367 | 112 | 101 |
| Binary | 1110010 | 1100010 | 11101000 | 110011 | 111010 | 0 | 1001 | 11110111 | 1001010 | 1000001 |
Color Harmonies of #7262E8
Complementary color
Monochromatic Colors of #7262E8
Black with #7262E8
Text Example
Text Example
White with #7262E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262E8; }
p { color: rgb(114,98,232); }
H1.HeaderClassName
{
color: #7262E8;
}
.AnyTagClassName
{
color: #7262E8;
}
</style>
background-color css
<style>
a { background-color: #7262E8; }
a { background-color: rgb(114,98,232); }
div.DivClassName
{
background-color: #7262E8;
}
.BgClassName
{
background-color: #7262E8;
}
</style>
border-color css
<style>
span { border-color: #7262E8; }
span { border-color: rgb(114,98,232); }
td.TdClassName
{
border-color: #7262E8;
}
.TagClassName
{
border-color: #7262E8;
}
</style>