Shades of Medium Slate Blue #8255FF
Tints of Medium Slate Blue #8255FF
RGB
CMYK
RGB Variations
Color information
#8255FF (or 0x8255FF) is known color: Medium Slate Blue. HEX triplet: 82, 55 and FF. RGB value is (130,85,255). Sum of RGB (Red+Green+Blue) = 130+85+255=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #8255FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8255FF is #7DAA00. Grayscale: #757575. Windows color (decimal): -8235521 or 16733570. OLE color: 16733570.
HSL color Cylindrical-coordinate representation of color #8255FF: hue angle of 255.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8255FF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 85 | 255 | - |
| CMYK | 0.49 | 0.67 | 0 | 0 |
| HSL | 255.88º | 1% | 0.67% | - |
| HSV(B) | 255.88º | 0.67% | 1% | - |
| XYZ | 30.5 | 18.46 | 96.56 | - |
| YUV | 117.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 255 | 0.49 | 0.67 | 0 | 0 | 255.88 | 1 | 0.67 |
| Hex | 82 | 55 | FF | 31 | 43 | 0 | 0 | 100 | 64 | 43 |
| Octal | 202 | 125 | 377 | 61 | 103 | 0 | 0 | 400 | 144 | 103 |
| Binary | 10000010 | 1010101 | 11111111 | 110001 | 1000011 | 0 | 0 | 100000000 | 1100100 | 1000011 |
Color Harmonies of #8255FF
Complementary color
Monochromatic Colors of #8255FF
Black with #8255FF
Text Example
Text Example
White with #8255FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255FF; }
p { color: rgb(130,85,255); }
H1.HeaderClassName
{
color: #8255FF;
}
.AnyTagClassName
{
color: #8255FF;
}
</style>
background-color css
<style>
a { background-color: #8255FF; }
a { background-color: rgb(130,85,255); }
div.DivClassName
{
background-color: #8255FF;
}
.BgClassName
{
background-color: #8255FF;
}
</style>
border-color css
<style>
span { border-color: #8255FF; }
span { border-color: rgb(130,85,255); }
td.TdClassName
{
border-color: #8255FF;
}
.TagClassName
{
border-color: #8255FF;
}
</style>