Shades of Medium Slate Blue #8280E5
Tints of Medium Slate Blue #8280E5
RGB
CMYK
RGB Variations
Color information
#8280E5 (or 0x8280E5) is known color: Medium Slate Blue. HEX triplet: 82, 80 and E5. RGB value is (130,128,229). Sum of RGB (Red+Green+Blue) = 130+128+229=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #8280E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280E5 is #7D7F1A. Grayscale: #8B8B8B. Windows color (decimal): -8224539 or 15040642. OLE color: 15040642.
HSL color Cylindrical-coordinate representation of color #8280E5: hue angle of 241.19º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8280E5 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 128 | 229 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.10 |
| HSL | 241.19º | 0.66% | 0.7% | - |
| HSV(B) | 241.19º | 0.44% | 0.9% | - |
| XYZ | 31.07 | 25.84 | 77.48 | - |
| YUV | 140.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 229 | 0.43 | 0.44 | 0 | 0.10 | 241.19 | 0.66 | 0.7 |
| Hex | 82 | 80 | E5 | 2B | 2C | 0 | A | F1 | 42 | 46 |
| Octal | 202 | 200 | 345 | 53 | 54 | 0 | 12 | 361 | 102 | 106 |
| Binary | 10000010 | 10000000 | 11100101 | 101011 | 101100 | 0 | 1010 | 11110001 | 1000010 | 1000110 |
Color Harmonies of #8280E5
Complementary color
Monochromatic Colors of #8280E5
Black with #8280E5
Text Example
Text Example
White with #8280E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280E5; }
p { color: rgb(130,128,229); }
H1.HeaderClassName
{
color: #8280E5;
}
.AnyTagClassName
{
color: #8280E5;
}
</style>
background-color css
<style>
a { background-color: #8280E5; }
a { background-color: rgb(130,128,229); }
div.DivClassName
{
background-color: #8280E5;
}
.BgClassName
{
background-color: #8280E5;
}
</style>
border-color css
<style>
span { border-color: #8280E5; }
span { border-color: rgb(130,128,229); }
td.TdClassName
{
border-color: #8280E5;
}
.TagClassName
{
border-color: #8280E5;
}
</style>