Shades of Medium Slate Blue #8265EF
Tints of Medium Slate Blue #8265EF
RGB
CMYK
RGB Variations
Color information
#8265EF (or 0x8265EF) is known color: Medium Slate Blue. HEX triplet: 82, 65 and EF. RGB value is (130,101,239). Sum of RGB (Red+Green+Blue) = 130+101+239=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8265EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8265EF is #7D9A10. Grayscale: #7C7C7C. Windows color (decimal): -8231441 or 15689090. OLE color: 15689090.
HSL color Cylindrical-coordinate representation of color #8265EF: hue angle of 252.61º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8265EF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 101 | 239 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.06 |
| HSL | 252.61º | 0.81% | 0.67% | - |
| HSV(B) | 252.61º | 0.58% | 0.94% | - |
| XYZ | 29.44 | 20.29 | 84.03 | - |
| YUV | 125.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 239 | 0.46 | 0.58 | 0 | 0.06 | 252.61 | 0.81 | 0.67 |
| Hex | 82 | 65 | EF | 2E | 3A | 0 | 6 | FD | 51 | 43 |
| Octal | 202 | 145 | 357 | 56 | 72 | 0 | 6 | 375 | 121 | 103 |
| Binary | 10000010 | 1100101 | 11101111 | 101110 | 111010 | 0 | 110 | 11111101 | 1010001 | 1000011 |
Color Harmonies of #8265EF
Complementary color
Monochromatic Colors of #8265EF
Black with #8265EF
Text Example
Text Example
White with #8265EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8265EF; }
p { color: rgb(130,101,239); }
H1.HeaderClassName
{
color: #8265EF;
}
.AnyTagClassName
{
color: #8265EF;
}
</style>
background-color css
<style>
a { background-color: #8265EF; }
a { background-color: rgb(130,101,239); }
div.DivClassName
{
background-color: #8265EF;
}
.BgClassName
{
background-color: #8265EF;
}
</style>
border-color css
<style>
span { border-color: #8265EF; }
span { border-color: rgb(130,101,239); }
td.TdClassName
{
border-color: #8265EF;
}
.TagClassName
{
border-color: #8265EF;
}
</style>