Shades of Medium Slate Blue #7255EB
Tints of Medium Slate Blue #7255EB
RGB
CMYK
RGB Variations
Color information
#7255EB (or 0x7255EB) is known color: Medium Slate Blue. HEX triplet: 72, 55 and EB. RGB value is (114,85,235). Sum of RGB (Red+Green+Blue) = 114+85+235=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #7255EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255EB is #8DAA14. Grayscale: #6E6E6E. Windows color (decimal): -9284117 or 15422834. OLE color: 15422834.
HSL color Cylindrical-coordinate representation of color #7255EB: hue angle of 251.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7255EB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 85 | 235 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.08 |
| HSL | 251.6º | 0.79% | 0.63% | - |
| HSV(B) | 251.6º | 0.64% | 0.92% | - |
| XYZ | 25.18 | 16.07 | 80.37 | - |
| YUV | 110.77 | 198.11 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 235 | 0.51 | 0.64 | 0 | 0.08 | 251.6 | 0.79 | 0.63 |
| Hex | 72 | 55 | EB | 33 | 40 | 0 | 8 | FC | 4F | 3F |
| Octal | 162 | 125 | 353 | 63 | 100 | 0 | 10 | 374 | 117 | 77 |
| Binary | 1110010 | 1010101 | 11101011 | 110011 | 1000000 | 0 | 1000 | 11111100 | 1001111 | 111111 |
Color Harmonies of #7255EB
Complementary color
Monochromatic Colors of #7255EB
Black with #7255EB
Text Example
Text Example
White with #7255EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255EB; }
p { color: rgb(114,85,235); }
H1.HeaderClassName
{
color: #7255EB;
}
.AnyTagClassName
{
color: #7255EB;
}
</style>
background-color css
<style>
a { background-color: #7255EB; }
a { background-color: rgb(114,85,235); }
div.DivClassName
{
background-color: #7255EB;
}
.BgClassName
{
background-color: #7255EB;
}
</style>
border-color css
<style>
span { border-color: #7255EB; }
span { border-color: rgb(114,85,235); }
td.TdClassName
{
border-color: #7255EB;
}
.TagClassName
{
border-color: #7255EB;
}
</style>