Shades of Medium Slate Blue #8271F0
Tints of Medium Slate Blue #8271F0
RGB
CMYK
RGB Variations
Color information
#8271F0 (or 0x8271F0) is known color: Medium Slate Blue. HEX triplet: 82, 71 and F0. RGB value is (130,113,240). Sum of RGB (Red+Green+Blue) = 130+113+240=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #8271F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8271F0 is #7D8E0F. Grayscale: #848484. Windows color (decimal): -8228368 or 15757698. OLE color: 15757698.
HSL color Cylindrical-coordinate representation of color #8271F0: hue angle of 248.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8271F0 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 113 | 240 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.06 |
| HSL | 248.03º | 0.81% | 0.69% | - |
| HSV(B) | 248.03º | 0.53% | 0.94% | - |
| XYZ | 30.84 | 22.85 | 85.22 | - |
| YUV | 132.56 | 188.63 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 240 | 0.46 | 0.53 | 0 | 0.06 | 248.03 | 0.81 | 0.69 |
| Hex | 82 | 71 | F0 | 2E | 35 | 0 | 6 | F8 | 51 | 45 |
| Octal | 202 | 161 | 360 | 56 | 65 | 0 | 6 | 370 | 121 | 105 |
| Binary | 10000010 | 1110001 | 11110000 | 101110 | 110101 | 0 | 110 | 11111000 | 1010001 | 1000101 |
Color Harmonies of #8271F0
Complementary color
Monochromatic Colors of #8271F0
Black with #8271F0
Text Example
Text Example
White with #8271F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271F0; }
p { color: rgb(130,113,240); }
H1.HeaderClassName
{
color: #8271F0;
}
.AnyTagClassName
{
color: #8271F0;
}
</style>
background-color css
<style>
a { background-color: #8271F0; }
a { background-color: rgb(130,113,240); }
div.DivClassName
{
background-color: #8271F0;
}
.BgClassName
{
background-color: #8271F0;
}
</style>
border-color css
<style>
span { border-color: #8271F0; }
span { border-color: rgb(130,113,240); }
td.TdClassName
{
border-color: #8271F0;
}
.TagClassName
{
border-color: #8271F0;
}
</style>