Shades of Medium Slate Blue #8255DF
Tints of Medium Slate Blue #8255DF
RGB
CMYK
RGB Variations
Color information
#8255DF (or 0x8255DF) is known color: Medium Slate Blue. HEX triplet: 82, 55 and DF. RGB value is (130,85,223). Sum of RGB (Red+Green+Blue) = 130+85+223=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #8255DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255DF is #7DAA20. Grayscale: #717171. Windows color (decimal): -8235553 or 14636418. OLE color: 14636418.
HSL color Cylindrical-coordinate representation of color #8255DF: hue angle of 259.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8255DF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 85 | 223 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.13 |
| HSL | 259.57º | 0.68% | 0.6% | - |
| HSV(B) | 259.57º | 0.62% | 0.87% | - |
| XYZ | 25.77 | 16.57 | 71.65 | - |
| YUV | 114.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 223 | 0.42 | 0.62 | 0 | 0.13 | 259.57 | 0.68 | 0.6 |
| Hex | 82 | 55 | DF | 2A | 3E | 0 | D | 104 | 44 | 3C |
| Octal | 202 | 125 | 337 | 52 | 76 | 0 | 15 | 404 | 104 | 74 |
| Binary | 10000010 | 1010101 | 11011111 | 101010 | 111110 | 0 | 1101 | 100000100 | 1000100 | 111100 |
Color Harmonies of #8255DF
Complementary color
Monochromatic Colors of #8255DF
Black with #8255DF
Text Example
Text Example
White with #8255DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255DF; }
p { color: rgb(130,85,223); }
H1.HeaderClassName
{
color: #8255DF;
}
.AnyTagClassName
{
color: #8255DF;
}
</style>
background-color css
<style>
a { background-color: #8255DF; }
a { background-color: rgb(130,85,223); }
div.DivClassName
{
background-color: #8255DF;
}
.BgClassName
{
background-color: #8255DF;
}
</style>
border-color css
<style>
span { border-color: #8255DF; }
span { border-color: rgb(130,85,223); }
td.TdClassName
{
border-color: #8255DF;
}
.TagClassName
{
border-color: #8255DF;
}
</style>