Shades of Medium Slate Blue #8265DF
Tints of Medium Slate Blue #8265DF
RGB
CMYK
RGB Variations
Color information
#8265DF (or 0x8265DF) is known color: Medium Slate Blue. HEX triplet: 82, 65 and DF. RGB value is (130,101,223). Sum of RGB (Red+Green+Blue) = 130+101+223=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #8265DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8265DF is #7D9A20. Grayscale: #7B7B7B. Windows color (decimal): -8231457 or 14640514. OLE color: 14640514.
HSL color Cylindrical-coordinate representation of color #8265DF: hue angle of 254.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8265DF is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 101 | 223 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.13 |
| HSL | 254.26º | 0.66% | 0.64% | - |
| HSV(B) | 254.26º | 0.55% | 0.87% | - |
| XYZ | 27.18 | 19.38 | 72.12 | - |
| YUV | 123.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 223 | 0.42 | 0.55 | 0 | 0.13 | 254.26 | 0.66 | 0.64 |
| Hex | 82 | 65 | DF | 2A | 37 | 0 | D | FE | 42 | 40 |
| Octal | 202 | 145 | 337 | 52 | 67 | 0 | 15 | 376 | 102 | 100 |
| Binary | 10000010 | 1100101 | 11011111 | 101010 | 110111 | 0 | 1101 | 11111110 | 1000010 | 1000000 |
Color Harmonies of #8265DF
Complementary color
Monochromatic Colors of #8265DF
Black with #8265DF
Text Example
Text Example
White with #8265DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8265DF; }
p { color: rgb(130,101,223); }
H1.HeaderClassName
{
color: #8265DF;
}
.AnyTagClassName
{
color: #8265DF;
}
</style>
background-color css
<style>
a { background-color: #8265DF; }
a { background-color: rgb(130,101,223); }
div.DivClassName
{
background-color: #8265DF;
}
.BgClassName
{
background-color: #8265DF;
}
</style>
border-color css
<style>
span { border-color: #8265DF; }
span { border-color: rgb(130,101,223); }
td.TdClassName
{
border-color: #8265DF;
}
.TagClassName
{
border-color: #8265DF;
}
</style>