Shades of Medium Slate Blue #7256EE
Tints of Medium Slate Blue #7256EE
RGB
CMYK
RGB Variations
Color information
#7256EE (or 0x7256EE) is known color: Medium Slate Blue. HEX triplet: 72, 56 and EE. RGB value is (114,86,238). Sum of RGB (Red+Green+Blue) = 114+86+238=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #7256EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256EE is #8DA911. Grayscale: #6F6F6F. Windows color (decimal): -9283858 or 15619698. OLE color: 15619698.
HSL color Cylindrical-coordinate representation of color #7256EE: hue angle of 251.05º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7256EE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 86 | 238 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.07 |
| HSL | 251.05º | 0.82% | 0.64% | - |
| HSV(B) | 251.05º | 0.64% | 0.93% | - |
| XYZ | 25.7 | 16.41 | 82.7 | - |
| YUV | 111.7 | 199.28 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 238 | 0.52 | 0.64 | 0 | 0.07 | 251.05 | 0.82 | 0.64 |
| Hex | 72 | 56 | EE | 34 | 40 | 0 | 7 | FB | 52 | 40 |
| Octal | 162 | 126 | 356 | 64 | 100 | 0 | 7 | 373 | 122 | 100 |
| Binary | 1110010 | 1010110 | 11101110 | 110100 | 1000000 | 0 | 111 | 11111011 | 1010010 | 1000000 |
Color Harmonies of #7256EE
Complementary color
Monochromatic Colors of #7256EE
Black with #7256EE
Text Example
Text Example
White with #7256EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256EE; }
p { color: rgb(114,86,238); }
H1.HeaderClassName
{
color: #7256EE;
}
.AnyTagClassName
{
color: #7256EE;
}
</style>
background-color css
<style>
a { background-color: #7256EE; }
a { background-color: rgb(114,86,238); }
div.DivClassName
{
background-color: #7256EE;
}
.BgClassName
{
background-color: #7256EE;
}
</style>
border-color css
<style>
span { border-color: #7256EE; }
span { border-color: rgb(114,86,238); }
td.TdClassName
{
border-color: #7256EE;
}
.TagClassName
{
border-color: #7256EE;
}
</style>