Shades of Medium Slate Blue #8251FD
Tints of Medium Slate Blue #8251FD
RGB
CMYK
RGB Variations
Color information
#8251FD (or 0x8251FD) is known color: Medium Slate Blue. HEX triplet: 82, 51 and FD. RGB value is (130,81,253). Sum of RGB (Red+Green+Blue) = 130+81+253=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #8251FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251FD is #7DAE02. Grayscale: #727272. Windows color (decimal): -8236547 or 16601474. OLE color: 16601474.
HSL color Cylindrical-coordinate representation of color #8251FD: hue angle of 257.09º degrees, saturation: 0.98, 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 #8251FD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 81 | 253 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.01 |
| HSL | 257.09º | 0.98% | 0.65% | - |
| HSV(B) | 257.09º | 0.68% | 0.99% | - |
| XYZ | 29.88 | 17.72 | 94.77 | - |
| YUV | 115.26 | 205.73 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 253 | 0.49 | 0.68 | 0 | 0.01 | 257.09 | 0.98 | 0.65 |
| Hex | 82 | 51 | FD | 31 | 44 | 0 | 1 | 101 | 62 | 41 |
| Octal | 202 | 121 | 375 | 61 | 104 | 0 | 1 | 401 | 142 | 101 |
| Binary | 10000010 | 1010001 | 11111101 | 110001 | 1000100 | 0 | 1 | 100000001 | 1100010 | 1000001 |
Color Harmonies of #8251FD
Complementary color
Monochromatic Colors of #8251FD
Black with #8251FD
Text Example
Text Example
White with #8251FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251FD; }
p { color: rgb(130,81,253); }
H1.HeaderClassName
{
color: #8251FD;
}
.AnyTagClassName
{
color: #8251FD;
}
</style>
background-color css
<style>
a { background-color: #8251FD; }
a { background-color: rgb(130,81,253); }
div.DivClassName
{
background-color: #8251FD;
}
.BgClassName
{
background-color: #8251FD;
}
</style>
border-color css
<style>
span { border-color: #8251FD; }
span { border-color: rgb(130,81,253); }
td.TdClassName
{
border-color: #8251FD;
}
.TagClassName
{
border-color: #8251FD;
}
</style>