Shades of Medium Slate Blue #8270E9
Tints of Medium Slate Blue #8270E9
RGB
CMYK
RGB Variations
Color information
#8270E9 (or 0x8270E9) is known color: Medium Slate Blue. HEX triplet: 82, 70 and E9. RGB value is (130,112,233). Sum of RGB (Red+Green+Blue) = 130+112+233=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #8270E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8270E9 is #7D8F16. Grayscale: #828282. Windows color (decimal): -8228631 or 15298690. OLE color: 15298690.
HSL color Cylindrical-coordinate representation of color #8270E9: hue angle of 248.93º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8270E9 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 112 | 233 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.09 |
| HSL | 248.93º | 0.73% | 0.68% | - |
| HSV(B) | 248.93º | 0.52% | 0.91% | - |
| XYZ | 29.71 | 22.22 | 79.81 | - |
| YUV | 131.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 233 | 0.44 | 0.52 | 0 | 0.09 | 248.93 | 0.73 | 0.68 |
| Hex | 82 | 70 | E9 | 2C | 34 | 0 | 9 | F9 | 49 | 44 |
| Octal | 202 | 160 | 351 | 54 | 64 | 0 | 11 | 371 | 111 | 104 |
| Binary | 10000010 | 1110000 | 11101001 | 101100 | 110100 | 0 | 1001 | 11111001 | 1001001 | 1000100 |
Color Harmonies of #8270E9
Complementary color
Monochromatic Colors of #8270E9
Black with #8270E9
Text Example
Text Example
White with #8270E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270E9; }
p { color: rgb(130,112,233); }
H1.HeaderClassName
{
color: #8270E9;
}
.AnyTagClassName
{
color: #8270E9;
}
</style>
background-color css
<style>
a { background-color: #8270E9; }
a { background-color: rgb(130,112,233); }
div.DivClassName
{
background-color: #8270E9;
}
.BgClassName
{
background-color: #8270E9;
}
</style>
border-color css
<style>
span { border-color: #8270E9; }
span { border-color: rgb(130,112,233); }
td.TdClassName
{
border-color: #8270E9;
}
.TagClassName
{
border-color: #8270E9;
}
</style>