Shades of Medium Slate Blue #8270F0
Tints of Medium Slate Blue #8270F0
RGB
CMYK
RGB Variations
Color information
#8270F0 (or 0x8270F0) is known color: Medium Slate Blue. HEX triplet: 82, 70 and F0. RGB value is (130,112,240). Sum of RGB (Red+Green+Blue) = 130+112+240=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #8270F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8270F0 is #7D8F0F. Grayscale: #838383. Windows color (decimal): -8228624 or 15757442. OLE color: 15757442.
HSL color Cylindrical-coordinate representation of color #8270F0: hue angle of 248.44º 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 #8270F0 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 112 | 240 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.06 |
| HSL | 248.44º | 0.81% | 0.69% | - |
| HSV(B) | 248.44º | 0.53% | 0.94% | - |
| XYZ | 30.73 | 22.63 | 85.19 | - |
| YUV | 131.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 240 | 0.46 | 0.53 | 0 | 0.06 | 248.44 | 0.81 | 0.69 |
| Hex | 82 | 70 | F0 | 2E | 35 | 0 | 6 | F8 | 51 | 45 |
| Octal | 202 | 160 | 360 | 56 | 65 | 0 | 6 | 370 | 121 | 105 |
| Binary | 10000010 | 1110000 | 11110000 | 101110 | 110101 | 0 | 110 | 11111000 | 1010001 | 1000101 |
Color Harmonies of #8270F0
Complementary color
Monochromatic Colors of #8270F0
Black with #8270F0
Text Example
Text Example
White with #8270F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270F0; }
p { color: rgb(130,112,240); }
H1.HeaderClassName
{
color: #8270F0;
}
.AnyTagClassName
{
color: #8270F0;
}
</style>
background-color css
<style>
a { background-color: #8270F0; }
a { background-color: rgb(130,112,240); }
div.DivClassName
{
background-color: #8270F0;
}
.BgClassName
{
background-color: #8270F0;
}
</style>
border-color css
<style>
span { border-color: #8270F0; }
span { border-color: rgb(130,112,240); }
td.TdClassName
{
border-color: #8270F0;
}
.TagClassName
{
border-color: #8270F0;
}
</style>