Shades of Medium Slate Blue #8261EE
Tints of Medium Slate Blue #8261EE
RGB
CMYK
RGB Variations
Color information
#8261EE (or 0x8261EE) is known color: Medium Slate Blue. HEX triplet: 82, 61 and EE. RGB value is (130,97,238). Sum of RGB (Red+Green+Blue) = 130+97+238=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #8261EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8261EE is #7D9E11. Grayscale: #7A7A7A. Windows color (decimal): -8232466 or 15622530. OLE color: 15622530.
HSL color Cylindrical-coordinate representation of color #8261EE: hue angle of 254.04º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8261EE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 97 | 238 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.07 |
| HSL | 254.04º | 0.81% | 0.66% | - |
| HSV(B) | 254.04º | 0.59% | 0.93% | - |
| XYZ | 28.91 | 19.47 | 83.12 | - |
| YUV | 122.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 238 | 0.45 | 0.59 | 0 | 0.07 | 254.04 | 0.81 | 0.66 |
| Hex | 82 | 61 | EE | 2D | 3B | 0 | 7 | FE | 51 | 42 |
| Octal | 202 | 141 | 356 | 55 | 73 | 0 | 7 | 376 | 121 | 102 |
| Binary | 10000010 | 1100001 | 11101110 | 101101 | 111011 | 0 | 111 | 11111110 | 1010001 | 1000010 |
Color Harmonies of #8261EE
Complementary color
Monochromatic Colors of #8261EE
Black with #8261EE
Text Example
Text Example
White with #8261EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8261EE; }
p { color: rgb(130,97,238); }
H1.HeaderClassName
{
color: #8261EE;
}
.AnyTagClassName
{
color: #8261EE;
}
</style>
background-color css
<style>
a { background-color: #8261EE; }
a { background-color: rgb(130,97,238); }
div.DivClassName
{
background-color: #8261EE;
}
.BgClassName
{
background-color: #8261EE;
}
</style>
border-color css
<style>
span { border-color: #8261EE; }
span { border-color: rgb(130,97,238); }
td.TdClassName
{
border-color: #8261EE;
}
.TagClassName
{
border-color: #8261EE;
}
</style>