Shades of Medium Slate Blue #8263F0
Tints of Medium Slate Blue #8263F0
RGB
CMYK
RGB Variations
Color information
#8263F0 (or 0x8263F0) is known color: Medium Slate Blue. HEX triplet: 82, 63 and F0. RGB value is (130,99,240). Sum of RGB (Red+Green+Blue) = 130+99+240=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #8263F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263F0 is #7D9C0F. Grayscale: #7B7B7B. Windows color (decimal): -8231952 or 15754114. OLE color: 15754114.
HSL color Cylindrical-coordinate representation of color #8263F0: hue angle of 253.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8263F0 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 99 | 240 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.06 |
| HSL | 253.19º | 0.82% | 0.66% | - |
| HSV(B) | 253.19º | 0.59% | 0.94% | - |
| XYZ | 29.4 | 19.96 | 84.74 | - |
| YUV | 124.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 240 | 0.46 | 0.59 | 0 | 0.06 | 253.19 | 0.82 | 0.66 |
| Hex | 82 | 63 | F0 | 2E | 3B | 0 | 6 | FD | 52 | 42 |
| Octal | 202 | 143 | 360 | 56 | 73 | 0 | 6 | 375 | 122 | 102 |
| Binary | 10000010 | 1100011 | 11110000 | 101110 | 111011 | 0 | 110 | 11111101 | 1010010 | 1000010 |
Color Harmonies of #8263F0
Complementary color
Monochromatic Colors of #8263F0
Black with #8263F0
Text Example
Text Example
White with #8263F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8263F0; }
p { color: rgb(130,99,240); }
H1.HeaderClassName
{
color: #8263F0;
}
.AnyTagClassName
{
color: #8263F0;
}
</style>
background-color css
<style>
a { background-color: #8263F0; }
a { background-color: rgb(130,99,240); }
div.DivClassName
{
background-color: #8263F0;
}
.BgClassName
{
background-color: #8263F0;
}
</style>
border-color css
<style>
span { border-color: #8263F0; }
span { border-color: rgb(130,99,240); }
td.TdClassName
{
border-color: #8263F0;
}
.TagClassName
{
border-color: #8263F0;
}
</style>