Shades of Medium Slate Blue #7268F8
Tints of Medium Slate Blue #7268F8
RGB
CMYK
RGB Variations
Color information
#7268F8 (or 0x7268F8) is known color: Medium Slate Blue. HEX triplet: 72, 68 and F8. RGB value is (114,104,248). Sum of RGB (Red+Green+Blue) = 114+104+248=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #7268F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7268F8 is #8D9707. Grayscale: #7A7A7A. Windows color (decimal): -9279240 or 16279666. OLE color: 16279666.
HSL color Cylindrical-coordinate representation of color #7268F8: hue angle of 244.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7268F8 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 104 | 248 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.03 |
| HSL | 244.17º | 0.91% | 0.69% | - |
| HSV(B) | 244.17º | 0.58% | 0.97% | - |
| XYZ | 28.83 | 20.26 | 91.2 | - |
| YUV | 123.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 248 | 0.54 | 0.58 | 0 | 0.03 | 244.17 | 0.91 | 0.69 |
| Hex | 72 | 68 | F8 | 36 | 3A | 0 | 3 | F4 | 5B | 45 |
| Octal | 162 | 150 | 370 | 66 | 72 | 0 | 3 | 364 | 133 | 105 |
| Binary | 1110010 | 1101000 | 11111000 | 110110 | 111010 | 0 | 11 | 11110100 | 1011011 | 1000101 |
Color Harmonies of #7268F8
Complementary color
Monochromatic Colors of #7268F8
Black with #7268F8
Text Example
Text Example
White with #7268F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268F8; }
p { color: rgb(114,104,248); }
H1.HeaderClassName
{
color: #7268F8;
}
.AnyTagClassName
{
color: #7268F8;
}
</style>
background-color css
<style>
a { background-color: #7268F8; }
a { background-color: rgb(114,104,248); }
div.DivClassName
{
background-color: #7268F8;
}
.BgClassName
{
background-color: #7268F8;
}
</style>
border-color css
<style>
span { border-color: #7268F8; }
span { border-color: rgb(114,104,248); }
td.TdClassName
{
border-color: #7268F8;
}
.TagClassName
{
border-color: #7268F8;
}
</style>