Shades of Medium Slate Blue #8251FF
Tints of Medium Slate Blue #8251FF
RGB
CMYK
RGB Variations
Color information
#8251FF (or 0x8251FF) is known color: Medium Slate Blue. HEX triplet: 82, 51 and FF. RGB value is (130,81,255). Sum of RGB (Red+Green+Blue) = 130+81+255=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #8251FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251FF is #7DAE00. Grayscale: #727272. Windows color (decimal): -8236545 or 16732546. OLE color: 16732546.
HSL color Cylindrical-coordinate representation of color #8251FF: hue angle of 256.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8251FF is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 81 | 255 | - |
| CMYK | 0.49 | 0.68 | 0 | 0 |
| HSL | 256.9º | 1% | 0.66% | - |
| HSV(B) | 256.9º | 0.68% | 1% | - |
| XYZ | 30.2 | 17.85 | 96.46 | - |
| YUV | 115.49 | 206.73 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 255 | 0.49 | 0.68 | 0 | 0 | 256.9 | 1 | 0.66 |
| Hex | 82 | 51 | FF | 31 | 44 | 0 | 0 | 101 | 64 | 42 |
| Octal | 202 | 121 | 377 | 61 | 104 | 0 | 0 | 401 | 144 | 102 |
| Binary | 10000010 | 1010001 | 11111111 | 110001 | 1000100 | 0 | 0 | 100000001 | 1100100 | 1000010 |
Color Harmonies of #8251FF
Complementary color
Monochromatic Colors of #8251FF
Black with #8251FF
Text Example
Text Example
White with #8251FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251FF; }
p { color: rgb(130,81,255); }
H1.HeaderClassName
{
color: #8251FF;
}
.AnyTagClassName
{
color: #8251FF;
}
</style>
background-color css
<style>
a { background-color: #8251FF; }
a { background-color: rgb(130,81,255); }
div.DivClassName
{
background-color: #8251FF;
}
.BgClassName
{
background-color: #8251FF;
}
</style>
border-color css
<style>
span { border-color: #8251FF; }
span { border-color: rgb(130,81,255); }
td.TdClassName
{
border-color: #8251FF;
}
.TagClassName
{
border-color: #8251FF;
}
</style>