Shades of Medium Slate Blue #8251FE
Tints of Medium Slate Blue #8251FE
RGB
CMYK
RGB Variations
Color information
#8251FE (or 0x8251FE) is known color: Medium Slate Blue. HEX triplet: 82, 51 and FE. RGB value is (130,81,254). Sum of RGB (Red+Green+Blue) = 130+81+254=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #8251FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251FE is #7DAE01. Grayscale: #727272. Windows color (decimal): -8236546 or 16667010. OLE color: 16667010.
HSL color Cylindrical-coordinate representation of color #8251FE: hue angle of 256.99º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8251FE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 81 | 254 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.00 |
| HSL | 256.99º | 0.99% | 0.66% | - |
| HSV(B) | 256.99º | 0.68% | 1% | - |
| XYZ | 30.04 | 17.79 | 95.62 | - |
| YUV | 115.37 | 206.23 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 254 | 0.49 | 0.68 | 0 | 0.00 | 256.99 | 0.99 | 0.66 |
| Hex | 82 | 51 | FE | 31 | 44 | 0 | 0 | 101 | 63 | 42 |
| Octal | 202 | 121 | 376 | 61 | 104 | 0 | 0 | 401 | 143 | 102 |
| Binary | 10000010 | 1010001 | 11111110 | 110001 | 1000100 | 0 | 0 | 100000001 | 1100011 | 1000010 |
Color Harmonies of #8251FE
Complementary color
Monochromatic Colors of #8251FE
Black with #8251FE
Text Example
Text Example
White with #8251FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251FE; }
p { color: rgb(130,81,254); }
H1.HeaderClassName
{
color: #8251FE;
}
.AnyTagClassName
{
color: #8251FE;
}
</style>
background-color css
<style>
a { background-color: #8251FE; }
a { background-color: rgb(130,81,254); }
div.DivClassName
{
background-color: #8251FE;
}
.BgClassName
{
background-color: #8251FE;
}
</style>
border-color css
<style>
span { border-color: #8251FE; }
span { border-color: rgb(130,81,254); }
td.TdClassName
{
border-color: #8251FE;
}
.TagClassName
{
border-color: #8251FE;
}
</style>