Shades of Medium Slate Blue #8258E7
Tints of Medium Slate Blue #8258E7
RGB
CMYK
RGB Variations
Color information
#8258E7 (or 0x8258E7) is known color: Medium Slate Blue. HEX triplet: 82, 58 and E7. RGB value is (130,88,231). Sum of RGB (Red+Green+Blue) = 130+88+231=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #8258E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8258E7 is #7DA718. Grayscale: #747474. Windows color (decimal): -8234777 or 15161474. OLE color: 15161474.
HSL color Cylindrical-coordinate representation of color #8258E7: hue angle of 257.62º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8258E7 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 88 | 231 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.09 |
| HSL | 257.62º | 0.75% | 0.63% | - |
| HSV(B) | 257.62º | 0.62% | 0.91% | - |
| XYZ | 27.12 | 17.49 | 77.55 | - |
| YUV | 116.86 | 192.41 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 231 | 0.44 | 0.62 | 0 | 0.09 | 257.62 | 0.75 | 0.63 |
| Hex | 82 | 58 | E7 | 2C | 3E | 0 | 9 | 102 | 4B | 3F |
| Octal | 202 | 130 | 347 | 54 | 76 | 0 | 11 | 402 | 113 | 77 |
| Binary | 10000010 | 1011000 | 11100111 | 101100 | 111110 | 0 | 1001 | 100000010 | 1001011 | 111111 |
Color Harmonies of #8258E7
Complementary color
Monochromatic Colors of #8258E7
Black with #8258E7
Text Example
Text Example
White with #8258E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8258E7; }
p { color: rgb(130,88,231); }
H1.HeaderClassName
{
color: #8258E7;
}
.AnyTagClassName
{
color: #8258E7;
}
</style>
background-color css
<style>
a { background-color: #8258E7; }
a { background-color: rgb(130,88,231); }
div.DivClassName
{
background-color: #8258E7;
}
.BgClassName
{
background-color: #8258E7;
}
</style>
border-color css
<style>
span { border-color: #8258E7; }
span { border-color: rgb(130,88,231); }
td.TdClassName
{
border-color: #8258E7;
}
.TagClassName
{
border-color: #8258E7;
}
</style>