Shades of Medium Slate Blue #8271EF
Tints of Medium Slate Blue #8271EF
RGB
CMYK
RGB Variations
Color information
#8271EF (or 0x8271EF) is known color: Medium Slate Blue. HEX triplet: 82, 71 and EF. RGB value is (130,113,239). Sum of RGB (Red+Green+Blue) = 130+113+239=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #8271EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8271EF is #7D8E10. Grayscale: #838383. Windows color (decimal): -8228369 or 15692162. OLE color: 15692162.
HSL color Cylindrical-coordinate representation of color #8271EF: hue angle of 248.1º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8271EF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 113 | 239 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.06 |
| HSL | 248.1º | 0.8% | 0.69% | - |
| HSV(B) | 248.1º | 0.53% | 0.94% | - |
| XYZ | 30.69 | 22.79 | 84.44 | - |
| YUV | 132.45 | 188.13 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 239 | 0.46 | 0.53 | 0 | 0.06 | 248.1 | 0.8 | 0.69 |
| Hex | 82 | 71 | EF | 2E | 35 | 0 | 6 | F8 | 50 | 45 |
| Octal | 202 | 161 | 357 | 56 | 65 | 0 | 6 | 370 | 120 | 105 |
| Binary | 10000010 | 1110001 | 11101111 | 101110 | 110101 | 0 | 110 | 11111000 | 1010000 | 1000101 |
Color Harmonies of #8271EF
Complementary color
Monochromatic Colors of #8271EF
Black with #8271EF
Text Example
Text Example
White with #8271EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271EF; }
p { color: rgb(130,113,239); }
H1.HeaderClassName
{
color: #8271EF;
}
.AnyTagClassName
{
color: #8271EF;
}
</style>
background-color css
<style>
a { background-color: #8271EF; }
a { background-color: rgb(130,113,239); }
div.DivClassName
{
background-color: #8271EF;
}
.BgClassName
{
background-color: #8271EF;
}
</style>
border-color css
<style>
span { border-color: #8271EF; }
span { border-color: rgb(130,113,239); }
td.TdClassName
{
border-color: #8271EF;
}
.TagClassName
{
border-color: #8271EF;
}
</style>