Shades of Medium Slate Blue #8260FA
Tints of Medium Slate Blue #8260FA
RGB
CMYK
RGB Variations
Color information
#8260FA (or 0x8260FA) is known color: Medium Slate Blue. HEX triplet: 82, 60 and FA. RGB value is (130,96,250). Sum of RGB (Red+Green+Blue) = 130+96+250=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #8260FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260FA is #7D9F05. Grayscale: #7B7B7B. Windows color (decimal): -8232710 or 16408706. OLE color: 16408706.
HSL color Cylindrical-coordinate representation of color #8260FA: hue angle of 253.25º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8260FA is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 96 | 250 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.02 |
| HSL | 253.25º | 0.94% | 0.68% | - |
| HSV(B) | 253.25º | 0.62% | 0.98% | - |
| XYZ | 30.64 | 20.01 | 92.69 | - |
| YUV | 123.72 | 199.26 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 250 | 0.48 | 0.62 | 0 | 0.02 | 253.25 | 0.94 | 0.68 |
| Hex | 82 | 60 | FA | 30 | 3E | 0 | 2 | FD | 5E | 44 |
| Octal | 202 | 140 | 372 | 60 | 76 | 0 | 2 | 375 | 136 | 104 |
| Binary | 10000010 | 1100000 | 11111010 | 110000 | 111110 | 0 | 10 | 11111101 | 1011110 | 1000100 |
Color Harmonies of #8260FA
Complementary color
Monochromatic Colors of #8260FA
Black with #8260FA
Text Example
Text Example
White with #8260FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260FA; }
p { color: rgb(130,96,250); }
H1.HeaderClassName
{
color: #8260FA;
}
.AnyTagClassName
{
color: #8260FA;
}
</style>
background-color css
<style>
a { background-color: #8260FA; }
a { background-color: rgb(130,96,250); }
div.DivClassName
{
background-color: #8260FA;
}
.BgClassName
{
background-color: #8260FA;
}
</style>
border-color css
<style>
span { border-color: #8260FA; }
span { border-color: rgb(130,96,250); }
td.TdClassName
{
border-color: #8260FA;
}
.TagClassName
{
border-color: #8260FA;
}
</style>