Shades of Medium Slate Blue #8257FF
Tints of Medium Slate Blue #8257FF
RGB
CMYK
RGB Variations
Color information
#8257FF (or 0x8257FF) is known color: Medium Slate Blue. HEX triplet: 82, 57 and FF. RGB value is (130,87,255). Sum of RGB (Red+Green+Blue) = 130+87+255=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8257FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257FF is #7DA800. Grayscale: #767676. Windows color (decimal): -8235009 or 16734082. OLE color: 16734082.
HSL color Cylindrical-coordinate representation of color #8257FF: hue angle of 255.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8257FF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 87 | 255 | - |
| CMYK | 0.49 | 0.66 | 0 | 0 |
| HSL | 255.36º | 1% | 0.67% | - |
| HSV(B) | 255.36º | 0.66% | 1% | - |
| XYZ | 30.66 | 18.78 | 96.62 | - |
| YUV | 119.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 255 | 0.49 | 0.66 | 0 | 0 | 255.36 | 1 | 0.67 |
| Hex | 82 | 57 | FF | 31 | 42 | 0 | 0 | FF | 64 | 43 |
| Octal | 202 | 127 | 377 | 61 | 102 | 0 | 0 | 377 | 144 | 103 |
| Binary | 10000010 | 1010111 | 11111111 | 110001 | 1000010 | 0 | 0 | 11111111 | 1100100 | 1000011 |
Color Harmonies of #8257FF
Complementary color
Monochromatic Colors of #8257FF
Black with #8257FF
Text Example
Text Example
White with #8257FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257FF; }
p { color: rgb(130,87,255); }
H1.HeaderClassName
{
color: #8257FF;
}
.AnyTagClassName
{
color: #8257FF;
}
</style>
background-color css
<style>
a { background-color: #8257FF; }
a { background-color: rgb(130,87,255); }
div.DivClassName
{
background-color: #8257FF;
}
.BgClassName
{
background-color: #8257FF;
}
</style>
border-color css
<style>
span { border-color: #8257FF; }
span { border-color: rgb(130,87,255); }
td.TdClassName
{
border-color: #8257FF;
}
.TagClassName
{
border-color: #8257FF;
}
</style>