Shades of Medium Slate Blue #8262DF
Tints of Medium Slate Blue #8262DF
RGB
CMYK
RGB Variations
Color information
#8262DF (or 0x8262DF) is known color: Medium Slate Blue. HEX triplet: 82, 62 and DF. RGB value is (130,98,223). Sum of RGB (Red+Green+Blue) = 130+98+223=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #8262DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262DF is #7D9D20. Grayscale: #797979. Windows color (decimal): -8232225 or 14639746. OLE color: 14639746.
HSL color Cylindrical-coordinate representation of color #8262DF: hue angle of 255.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8262DF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 98 | 223 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.13 |
| HSL | 255.36º | 0.66% | 0.63% | - |
| HSV(B) | 255.36º | 0.56% | 0.87% | - |
| XYZ | 26.89 | 18.81 | 72.03 | - |
| YUV | 121.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 223 | 0.42 | 0.56 | 0 | 0.13 | 255.36 | 0.66 | 0.63 |
| Hex | 82 | 62 | DF | 2A | 38 | 0 | D | FF | 42 | 3F |
| Octal | 202 | 142 | 337 | 52 | 70 | 0 | 15 | 377 | 102 | 77 |
| Binary | 10000010 | 1100010 | 11011111 | 101010 | 111000 | 0 | 1101 | 11111111 | 1000010 | 111111 |
Color Harmonies of #8262DF
Complementary color
Monochromatic Colors of #8262DF
Black with #8262DF
Text Example
Text Example
White with #8262DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262DF; }
p { color: rgb(130,98,223); }
H1.HeaderClassName
{
color: #8262DF;
}
.AnyTagClassName
{
color: #8262DF;
}
</style>
background-color css
<style>
a { background-color: #8262DF; }
a { background-color: rgb(130,98,223); }
div.DivClassName
{
background-color: #8262DF;
}
.BgClassName
{
background-color: #8262DF;
}
</style>
border-color css
<style>
span { border-color: #8262DF; }
span { border-color: rgb(130,98,223); }
td.TdClassName
{
border-color: #8262DF;
}
.TagClassName
{
border-color: #8262DF;
}
</style>