Shades of Medium Slate Blue #8261F7
Tints of Medium Slate Blue #8261F7
RGB
CMYK
RGB Variations
Color information
#8261F7 (or 0x8261F7) is known color: Medium Slate Blue. HEX triplet: 82, 61 and F7. RGB value is (130,97,247). Sum of RGB (Red+Green+Blue) = 130+97+247=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #8261F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8261F7 is #7D9E08. Grayscale: #7B7B7B. Windows color (decimal): -8232457 or 16212354. OLE color: 16212354.
HSL color Cylindrical-coordinate representation of color #8261F7: hue angle of 253.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8261F7 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 97 | 247 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.03 |
| HSL | 253.2º | 0.9% | 0.67% | - |
| HSV(B) | 253.2º | 0.61% | 0.97% | - |
| XYZ | 30.27 | 20.01 | 90.26 | - |
| YUV | 123.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 247 | 0.47 | 0.61 | 0 | 0.03 | 253.2 | 0.9 | 0.67 |
| Hex | 82 | 61 | F7 | 2F | 3D | 0 | 3 | FD | 5A | 43 |
| Octal | 202 | 141 | 367 | 57 | 75 | 0 | 3 | 375 | 132 | 103 |
| Binary | 10000010 | 1100001 | 11110111 | 101111 | 111101 | 0 | 11 | 11111101 | 1011010 | 1000011 |
Color Harmonies of #8261F7
Complementary color
Monochromatic Colors of #8261F7
Black with #8261F7
Text Example
Text Example
White with #8261F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8261F7; }
p { color: rgb(130,97,247); }
H1.HeaderClassName
{
color: #8261F7;
}
.AnyTagClassName
{
color: #8261F7;
}
</style>
background-color css
<style>
a { background-color: #8261F7; }
a { background-color: rgb(130,97,247); }
div.DivClassName
{
background-color: #8261F7;
}
.BgClassName
{
background-color: #8261F7;
}
</style>
border-color css
<style>
span { border-color: #8261F7; }
span { border-color: rgb(130,97,247); }
td.TdClassName
{
border-color: #8261F7;
}
.TagClassName
{
border-color: #8261F7;
}
</style>