Shades of Medium Slate Blue #8257F8
Tints of Medium Slate Blue #8257F8
RGB
CMYK
RGB Variations
Color information
#8257F8 (or 0x8257F8) is known color: Medium Slate Blue. HEX triplet: 82, 57 and F8. RGB value is (130,87,248). Sum of RGB (Red+Green+Blue) = 130+87+248=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #8257F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257F8 is #7DA807. Grayscale: #757575. Windows color (decimal): -8235016 or 16275330. OLE color: 16275330.
HSL color Cylindrical-coordinate representation of color #8257F8: hue angle of 256.02º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8257F8 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 87 | 248 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.03 |
| HSL | 256.02º | 0.92% | 0.66% | - |
| HSV(B) | 256.02º | 0.65% | 0.97% | - |
| XYZ | 29.56 | 18.34 | 90.79 | - |
| YUV | 118.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 248 | 0.48 | 0.65 | 0 | 0.03 | 256.02 | 0.92 | 0.66 |
| Hex | 82 | 57 | F8 | 30 | 41 | 0 | 3 | 100 | 5C | 42 |
| Octal | 202 | 127 | 370 | 60 | 101 | 0 | 3 | 400 | 134 | 102 |
| Binary | 10000010 | 1010111 | 11111000 | 110000 | 1000001 | 0 | 11 | 100000000 | 1011100 | 1000010 |
Color Harmonies of #8257F8
Complementary color
Monochromatic Colors of #8257F8
Black with #8257F8
Text Example
Text Example
White with #8257F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257F8; }
p { color: rgb(130,87,248); }
H1.HeaderClassName
{
color: #8257F8;
}
.AnyTagClassName
{
color: #8257F8;
}
</style>
background-color css
<style>
a { background-color: #8257F8; }
a { background-color: rgb(130,87,248); }
div.DivClassName
{
background-color: #8257F8;
}
.BgClassName
{
background-color: #8257F8;
}
</style>
border-color css
<style>
span { border-color: #8257F8; }
span { border-color: rgb(130,87,248); }
td.TdClassName
{
border-color: #8257F8;
}
.TagClassName
{
border-color: #8257F8;
}
</style>