Shades of Medium Slate Blue #7256EB
Tints of Medium Slate Blue #7256EB
RGB
CMYK
RGB Variations
Color information
#7256EB (or 0x7256EB) is known color: Medium Slate Blue. HEX triplet: 72, 56 and EB. RGB value is (114,86,235). Sum of RGB (Red+Green+Blue) = 114+86+235=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #7256EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256EB is #8DA914. Grayscale: #6E6E6E. Windows color (decimal): -9283861 or 15423090. OLE color: 15423090.
HSL color Cylindrical-coordinate representation of color #7256EB: hue angle of 251.28º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7256EB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 86 | 235 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.08 |
| HSL | 251.28º | 0.79% | 0.63% | - |
| HSV(B) | 251.28º | 0.63% | 0.92% | - |
| XYZ | 25.26 | 16.23 | 80.4 | - |
| YUV | 111.36 | 197.78 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 235 | 0.51 | 0.63 | 0 | 0.08 | 251.28 | 0.79 | 0.63 |
| Hex | 72 | 56 | EB | 33 | 3F | 0 | 8 | FB | 4F | 3F |
| Octal | 162 | 126 | 353 | 63 | 77 | 0 | 10 | 373 | 117 | 77 |
| Binary | 1110010 | 1010110 | 11101011 | 110011 | 111111 | 0 | 1000 | 11111011 | 1001111 | 111111 |
Color Harmonies of #7256EB
Complementary color
Monochromatic Colors of #7256EB
Black with #7256EB
Text Example
Text Example
White with #7256EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256EB; }
p { color: rgb(114,86,235); }
H1.HeaderClassName
{
color: #7256EB;
}
.AnyTagClassName
{
color: #7256EB;
}
</style>
background-color css
<style>
a { background-color: #7256EB; }
a { background-color: rgb(114,86,235); }
div.DivClassName
{
background-color: #7256EB;
}
.BgClassName
{
background-color: #7256EB;
}
</style>
border-color css
<style>
span { border-color: #7256EB; }
span { border-color: rgb(114,86,235); }
td.TdClassName
{
border-color: #7256EB;
}
.TagClassName
{
border-color: #7256EB;
}
</style>