Shades of Medium Slate Blue #8258E5
Tints of Medium Slate Blue #8258E5
RGB
CMYK
RGB Variations
Color information
#8258E5 (or 0x8258E5) is known color: Medium Slate Blue. HEX triplet: 82, 58 and E5. RGB value is (130,88,229). Sum of RGB (Red+Green+Blue) = 130+88+229=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #8258E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258E5 is #7DA71A. Grayscale: #747474. Windows color (decimal): -8234779 or 15030402. OLE color: 15030402.
HSL color Cylindrical-coordinate representation of color #8258E5: hue angle of 257.87º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8258E5 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 88 | 229 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.10 |
| HSL | 257.87º | 0.73% | 0.62% | - |
| HSV(B) | 257.87º | 0.62% | 0.9% | - |
| XYZ | 26.84 | 17.38 | 76.07 | - |
| YUV | 116.63 | 191.41 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 229 | 0.43 | 0.62 | 0 | 0.10 | 257.87 | 0.73 | 0.62 |
| Hex | 82 | 58 | E5 | 2B | 3E | 0 | A | 102 | 49 | 3E |
| Octal | 202 | 130 | 345 | 53 | 76 | 0 | 12 | 402 | 111 | 76 |
| Binary | 10000010 | 1011000 | 11100101 | 101011 | 111110 | 0 | 1010 | 100000010 | 1001001 | 111110 |
Color Harmonies of #8258E5
Complementary color
Monochromatic Colors of #8258E5
Black with #8258E5
Text Example
Text Example
White with #8258E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8258E5; }
p { color: rgb(130,88,229); }
H1.HeaderClassName
{
color: #8258E5;
}
.AnyTagClassName
{
color: #8258E5;
}
</style>
background-color css
<style>
a { background-color: #8258E5; }
a { background-color: rgb(130,88,229); }
div.DivClassName
{
background-color: #8258E5;
}
.BgClassName
{
background-color: #8258E5;
}
</style>
border-color css
<style>
span { border-color: #8258E5; }
span { border-color: rgb(130,88,229); }
td.TdClassName
{
border-color: #8258E5;
}
.TagClassName
{
border-color: #8258E5;
}
</style>