Shades of Medium Slate Blue #8250FF
Tints of Medium Slate Blue #8250FF
RGB
CMYK
RGB Variations
Color information
#8250FF (or 0x8250FF) is known color: Medium Slate Blue. HEX triplet: 82, 50 and FF. RGB value is (130,80,255). Sum of RGB (Red+Green+Blue) = 130+80+255=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #8250FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250FF is #7DAF00. Grayscale: #727272. Windows color (decimal): -8236801 or 16732290. OLE color: 16732290.
HSL color Cylindrical-coordinate representation of color #8250FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8250FF is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 80 | 255 | - |
| CMYK | 0.49 | 0.69 | 0 | 0 |
| HSL | 257.14º | 1% | 0.66% | - |
| HSV(B) | 257.14º | 0.69% | 1% | - |
| XYZ | 30.12 | 17.7 | 96.44 | - |
| YUV | 114.9 | 207.07 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 255 | 0.49 | 0.69 | 0 | 0 | 257.14 | 1 | 0.66 |
| Hex | 82 | 50 | FF | 31 | 45 | 0 | 0 | 101 | 64 | 42 |
| Octal | 202 | 120 | 377 | 61 | 105 | 0 | 0 | 401 | 144 | 102 |
| Binary | 10000010 | 1010000 | 11111111 | 110001 | 1000101 | 0 | 0 | 100000001 | 1100100 | 1000010 |
Color Harmonies of #8250FF
Complementary color
Monochromatic Colors of #8250FF
Black with #8250FF
Text Example
Text Example
White with #8250FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250FF; }
p { color: rgb(130,80,255); }
H1.HeaderClassName
{
color: #8250FF;
}
.AnyTagClassName
{
color: #8250FF;
}
</style>
background-color css
<style>
a { background-color: #8250FF; }
a { background-color: rgb(130,80,255); }
div.DivClassName
{
background-color: #8250FF;
}
.BgClassName
{
background-color: #8250FF;
}
</style>
border-color css
<style>
span { border-color: #8250FF; }
span { border-color: rgb(130,80,255); }
td.TdClassName
{
border-color: #8250FF;
}
.TagClassName
{
border-color: #8250FF;
}
</style>