Shades of Medium Slate Blue #8253EE
Tints of Medium Slate Blue #8253EE
RGB
CMYK
RGB Variations
Color information
#8253EE (or 0x8253EE) is known color: Medium Slate Blue. HEX triplet: 82, 53 and EE. RGB value is (130,83,238). Sum of RGB (Red+Green+Blue) = 130+83+238=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #8253EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8253EE is #7DAC11. Grayscale: #727272. Windows color (decimal): -8236050 or 15618946. OLE color: 15618946.
HSL color Cylindrical-coordinate representation of color #8253EE: hue angle of 258.19º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8253EE is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 83 | 238 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.07 |
| HSL | 258.19º | 0.82% | 0.63% | - |
| HSV(B) | 258.19º | 0.65% | 0.93% | - |
| XYZ | 27.73 | 17.11 | 82.73 | - |
| YUV | 114.72 | 197.57 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 238 | 0.45 | 0.65 | 0 | 0.07 | 258.19 | 0.82 | 0.63 |
| Hex | 82 | 53 | EE | 2D | 41 | 0 | 7 | 102 | 52 | 3F |
| Octal | 202 | 123 | 356 | 55 | 101 | 0 | 7 | 402 | 122 | 77 |
| Binary | 10000010 | 1010011 | 11101110 | 101101 | 1000001 | 0 | 111 | 100000010 | 1010010 | 111111 |
Color Harmonies of #8253EE
Complementary color
Monochromatic Colors of #8253EE
Black with #8253EE
Text Example
Text Example
White with #8253EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253EE; }
p { color: rgb(130,83,238); }
H1.HeaderClassName
{
color: #8253EE;
}
.AnyTagClassName
{
color: #8253EE;
}
</style>
background-color css
<style>
a { background-color: #8253EE; }
a { background-color: rgb(130,83,238); }
div.DivClassName
{
background-color: #8253EE;
}
.BgClassName
{
background-color: #8253EE;
}
</style>
border-color css
<style>
span { border-color: #8253EE; }
span { border-color: rgb(130,83,238); }
td.TdClassName
{
border-color: #8253EE;
}
.TagClassName
{
border-color: #8253EE;
}
</style>