Shades of Medium Slate Blue #7263F8
Tints of Medium Slate Blue #7263F8
RGB
CMYK
RGB Variations
Color information
#7263F8 (or 0x7263F8) is known color: Medium Slate Blue. HEX triplet: 72, 63 and F8. RGB value is (114,99,248). Sum of RGB (Red+Green+Blue) = 114+99+248=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #7263F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263F8 is #8D9C07. Grayscale: #777777. Windows color (decimal): -9280520 or 16278386. OLE color: 16278386.
HSL color Cylindrical-coordinate representation of color #7263F8: hue angle of 246.04º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7263F8 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 99 | 248 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.03 |
| HSL | 246.04º | 0.91% | 0.68% | - |
| HSV(B) | 246.04º | 0.6% | 0.97% | - |
| XYZ | 28.34 | 19.28 | 91.03 | - |
| YUV | 120.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 248 | 0.54 | 0.60 | 0 | 0.03 | 246.04 | 0.91 | 0.68 |
| Hex | 72 | 63 | F8 | 36 | 3C | 0 | 3 | F6 | 5B | 44 |
| Octal | 162 | 143 | 370 | 66 | 74 | 0 | 3 | 366 | 133 | 104 |
| Binary | 1110010 | 1100011 | 11111000 | 110110 | 111100 | 0 | 11 | 11110110 | 1011011 | 1000100 |
Color Harmonies of #7263F8
Complementary color
Monochromatic Colors of #7263F8
Black with #7263F8
Text Example
Text Example
White with #7263F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263F8; }
p { color: rgb(114,99,248); }
H1.HeaderClassName
{
color: #7263F8;
}
.AnyTagClassName
{
color: #7263F8;
}
</style>
background-color css
<style>
a { background-color: #7263F8; }
a { background-color: rgb(114,99,248); }
div.DivClassName
{
background-color: #7263F8;
}
.BgClassName
{
background-color: #7263F8;
}
</style>
border-color css
<style>
span { border-color: #7263F8; }
span { border-color: rgb(114,99,248); }
td.TdClassName
{
border-color: #7263F8;
}
.TagClassName
{
border-color: #7263F8;
}
</style>