Shades of Medium Slate Blue #7254F6
Tints of Medium Slate Blue #7254F6
RGB
CMYK
RGB Variations
Color information
#7254F6 (or 0x7254F6) is known color: Medium Slate Blue. HEX triplet: 72, 54 and F6. RGB value is (114,84,246). Sum of RGB (Red+Green+Blue) = 114+84+246=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #7254F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7254F6 is #8DAB09. Grayscale: #6E6E6E. Windows color (decimal): -9284362 or 16143474. OLE color: 16143474.
HSL color Cylindrical-coordinate representation of color #7254F6: hue angle of 251.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7254F6 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 84 | 246 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.04 |
| HSL | 251.11º | 0.9% | 0.65% | - |
| HSV(B) | 251.11º | 0.66% | 0.96% | - |
| XYZ | 26.74 | 16.57 | 88.98 | - |
| YUV | 111.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 246 | 0.54 | 0.66 | 0 | 0.04 | 251.11 | 0.9 | 0.65 |
| Hex | 72 | 54 | F6 | 36 | 42 | 0 | 4 | FB | 5A | 41 |
| Octal | 162 | 124 | 366 | 66 | 102 | 0 | 4 | 373 | 132 | 101 |
| Binary | 1110010 | 1010100 | 11110110 | 110110 | 1000010 | 0 | 100 | 11111011 | 1011010 | 1000001 |
Color Harmonies of #7254F6
Complementary color
Monochromatic Colors of #7254F6
Black with #7254F6
Text Example
Text Example
White with #7254F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7254F6; }
p { color: rgb(114,84,246); }
H1.HeaderClassName
{
color: #7254F6;
}
.AnyTagClassName
{
color: #7254F6;
}
</style>
background-color css
<style>
a { background-color: #7254F6; }
a { background-color: rgb(114,84,246); }
div.DivClassName
{
background-color: #7254F6;
}
.BgClassName
{
background-color: #7254F6;
}
</style>
border-color css
<style>
span { border-color: #7254F6; }
span { border-color: rgb(114,84,246); }
td.TdClassName
{
border-color: #7254F6;
}
.TagClassName
{
border-color: #7254F6;
}
</style>