Shades of Medium Slate Blue #7255EE
Tints of Medium Slate Blue #7255EE
RGB
CMYK
RGB Variations
Color information
#7255EE (or 0x7255EE) is known color: Medium Slate Blue. HEX triplet: 72, 55 and EE. RGB value is (114,85,238). Sum of RGB (Red+Green+Blue) = 114+85+238=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #7255EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255EE is #8DAA11. Grayscale: #6E6E6E. Windows color (decimal): -9284114 or 15619442. OLE color: 15619442.
HSL color Cylindrical-coordinate representation of color #7255EE: hue angle of 251.37º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7255EE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 85 | 238 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.07 |
| HSL | 251.37º | 0.82% | 0.63% | - |
| HSV(B) | 251.37º | 0.64% | 0.93% | - |
| XYZ | 25.62 | 16.25 | 82.67 | - |
| YUV | 111.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 238 | 0.52 | 0.64 | 0 | 0.07 | 251.37 | 0.82 | 0.63 |
| Hex | 72 | 55 | EE | 34 | 40 | 0 | 7 | FB | 52 | 3F |
| Octal | 162 | 125 | 356 | 64 | 100 | 0 | 7 | 373 | 122 | 77 |
| Binary | 1110010 | 1010101 | 11101110 | 110100 | 1000000 | 0 | 111 | 11111011 | 1010010 | 111111 |
Color Harmonies of #7255EE
Complementary color
Monochromatic Colors of #7255EE
Black with #7255EE
Text Example
Text Example
White with #7255EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255EE; }
p { color: rgb(114,85,238); }
H1.HeaderClassName
{
color: #7255EE;
}
.AnyTagClassName
{
color: #7255EE;
}
</style>
background-color css
<style>
a { background-color: #7255EE; }
a { background-color: rgb(114,85,238); }
div.DivClassName
{
background-color: #7255EE;
}
.BgClassName
{
background-color: #7255EE;
}
</style>
border-color css
<style>
span { border-color: #7255EE; }
span { border-color: rgb(114,85,238); }
td.TdClassName
{
border-color: #7255EE;
}
.TagClassName
{
border-color: #7255EE;
}
</style>