Shades of Medium Slate Blue #8249EE
Tints of Medium Slate Blue #8249EE
RGB
CMYK
RGB Variations
Color information
#8249EE (or 0x8249EE) is known color: Medium Slate Blue. HEX triplet: 82, 49 and EE. RGB value is (130,73,238). Sum of RGB (Red+Green+Blue) = 130+73+238=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #8249EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249EE is #7DB611. Grayscale: #6C6C6C. Windows color (decimal): -8238610 or 15616386. OLE color: 15616386.
HSL color Cylindrical-coordinate representation of color #8249EE: hue angle of 260.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8249EE is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 73 | 238 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.07 |
| HSL | 260.73º | 0.83% | 0.61% | - |
| HSV(B) | 260.73º | 0.69% | 0.93% | - |
| XYZ | 27.02 | 15.68 | 82.49 | - |
| YUV | 108.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 238 | 0.45 | 0.69 | 0 | 0.07 | 260.73 | 0.83 | 0.61 |
| Hex | 82 | 49 | EE | 2D | 45 | 0 | 7 | 105 | 53 | 3D |
| Octal | 202 | 111 | 356 | 55 | 105 | 0 | 7 | 405 | 123 | 75 |
| Binary | 10000010 | 1001001 | 11101110 | 101101 | 1000101 | 0 | 111 | 100000101 | 1010011 | 111101 |
Color Harmonies of #8249EE
Complementary color
Monochromatic Colors of #8249EE
Black with #8249EE
Text Example
Text Example
White with #8249EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249EE; }
p { color: rgb(130,73,238); }
H1.HeaderClassName
{
color: #8249EE;
}
.AnyTagClassName
{
color: #8249EE;
}
</style>
background-color css
<style>
a { background-color: #8249EE; }
a { background-color: rgb(130,73,238); }
div.DivClassName
{
background-color: #8249EE;
}
.BgClassName
{
background-color: #8249EE;
}
</style>
border-color css
<style>
span { border-color: #8249EE; }
span { border-color: rgb(130,73,238); }
td.TdClassName
{
border-color: #8249EE;
}
.TagClassName
{
border-color: #8249EE;
}
</style>