Shades of Medium Slate Blue #7270F6
Tints of Medium Slate Blue #7270F6
RGB
CMYK
RGB Variations
Color information
#7270F6 (or 0x7270F6) is known color: Medium Slate Blue. HEX triplet: 72, 70 and F6. RGB value is (114,112,246). Sum of RGB (Red+Green+Blue) = 114+112+246=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #7270F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7270F6 is #8D8F09. Grayscale: #7F7F7F. Windows color (decimal): -9277194 or 16150642. OLE color: 16150642.
HSL color Cylindrical-coordinate representation of color #7270F6: hue angle of 240.9º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7270F6 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 112 | 246 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.04 |
| HSL | 240.9º | 0.88% | 0.7% | - |
| HSV(B) | 240.9º | 0.54% | 0.96% | - |
| XYZ | 29.37 | 21.82 | 89.85 | - |
| YUV | 127.87 | 194.66 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 246 | 0.54 | 0.54 | 0 | 0.04 | 240.9 | 0.88 | 0.7 |
| Hex | 72 | 70 | F6 | 36 | 36 | 0 | 4 | F1 | 58 | 46 |
| Octal | 162 | 160 | 366 | 66 | 66 | 0 | 4 | 361 | 130 | 106 |
| Binary | 1110010 | 1110000 | 11110110 | 110110 | 110110 | 0 | 100 | 11110001 | 1011000 | 1000110 |
Color Harmonies of #7270F6
Complementary color
Monochromatic Colors of #7270F6
Black with #7270F6
Text Example
Text Example
White with #7270F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7270F6; }
p { color: rgb(114,112,246); }
H1.HeaderClassName
{
color: #7270F6;
}
.AnyTagClassName
{
color: #7270F6;
}
</style>
background-color css
<style>
a { background-color: #7270F6; }
a { background-color: rgb(114,112,246); }
div.DivClassName
{
background-color: #7270F6;
}
.BgClassName
{
background-color: #7270F6;
}
</style>
border-color css
<style>
span { border-color: #7270F6; }
span { border-color: rgb(114,112,246); }
td.TdClassName
{
border-color: #7270F6;
}
.TagClassName
{
border-color: #7270F6;
}
</style>