Shades of Medium Slate Blue #8251FC
Tints of Medium Slate Blue #8251FC
RGB
CMYK
RGB Variations
Color information
#8251FC (or 0x8251FC) is known color: Medium Slate Blue. HEX triplet: 82, 51 and FC. RGB value is (130,81,252). Sum of RGB (Red+Green+Blue) = 130+81+252=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #8251FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251FC is #7DAE03. Grayscale: #727272. Windows color (decimal): -8236548 or 16535938. OLE color: 16535938.
HSL color Cylindrical-coordinate representation of color #8251FC: hue angle of 257.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8251FC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 81 | 252 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.01 |
| HSL | 257.19º | 0.97% | 0.65% | - |
| HSV(B) | 257.19º | 0.68% | 0.99% | - |
| XYZ | 29.72 | 17.66 | 93.94 | - |
| YUV | 115.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 252 | 0.48 | 0.68 | 0 | 0.01 | 257.19 | 0.97 | 0.65 |
| Hex | 82 | 51 | FC | 30 | 44 | 0 | 1 | 101 | 61 | 41 |
| Octal | 202 | 121 | 374 | 60 | 104 | 0 | 1 | 401 | 141 | 101 |
| Binary | 10000010 | 1010001 | 11111100 | 110000 | 1000100 | 0 | 1 | 100000001 | 1100001 | 1000001 |
Color Harmonies of #8251FC
Complementary color
Monochromatic Colors of #8251FC
Black with #8251FC
Text Example
Text Example
White with #8251FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251FC; }
p { color: rgb(130,81,252); }
H1.HeaderClassName
{
color: #8251FC;
}
.AnyTagClassName
{
color: #8251FC;
}
</style>
background-color css
<style>
a { background-color: #8251FC; }
a { background-color: rgb(130,81,252); }
div.DivClassName
{
background-color: #8251FC;
}
.BgClassName
{
background-color: #8251FC;
}
</style>
border-color css
<style>
span { border-color: #8251FC; }
span { border-color: rgb(130,81,252); }
td.TdClassName
{
border-color: #8251FC;
}
.TagClassName
{
border-color: #8251FC;
}
</style>