Shades of Medium Slate Blue #8249EF
Tints of Medium Slate Blue #8249EF
RGB
CMYK
RGB Variations
Color information
#8249EF (or 0x8249EF) is known color: Medium Slate Blue. HEX triplet: 82, 49 and EF. RGB value is (130,73,239). Sum of RGB (Red+Green+Blue) = 130+73+239=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #8249EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249EF is #7DB610. Grayscale: #6C6C6C. Windows color (decimal): -8238609 or 15681922. OLE color: 15681922.
HSL color Cylindrical-coordinate representation of color #8249EF: hue angle of 260.6º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8249EF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 73 | 239 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.06 |
| HSL | 260.6º | 0.84% | 0.61% | - |
| HSV(B) | 260.6º | 0.69% | 0.94% | - |
| XYZ | 27.17 | 15.74 | 83.27 | - |
| YUV | 108.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 239 | 0.46 | 0.69 | 0 | 0.06 | 260.6 | 0.84 | 0.61 |
| Hex | 82 | 49 | EF | 2E | 45 | 0 | 6 | 105 | 54 | 3D |
| Octal | 202 | 111 | 357 | 56 | 105 | 0 | 6 | 405 | 124 | 75 |
| Binary | 10000010 | 1001001 | 11101111 | 101110 | 1000101 | 0 | 110 | 100000101 | 1010100 | 111101 |
Color Harmonies of #8249EF
Complementary color
Monochromatic Colors of #8249EF
Black with #8249EF
Text Example
Text Example
White with #8249EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249EF; }
p { color: rgb(130,73,239); }
H1.HeaderClassName
{
color: #8249EF;
}
.AnyTagClassName
{
color: #8249EF;
}
</style>
background-color css
<style>
a { background-color: #8249EF; }
a { background-color: rgb(130,73,239); }
div.DivClassName
{
background-color: #8249EF;
}
.BgClassName
{
background-color: #8249EF;
}
</style>
border-color css
<style>
span { border-color: #8249EF; }
span { border-color: rgb(130,73,239); }
td.TdClassName
{
border-color: #8249EF;
}
.TagClassName
{
border-color: #8249EF;
}
</style>