Shades of Medium Slate Blue #8256FB
Tints of Medium Slate Blue #8256FB
RGB
CMYK
RGB Variations
Color information
#8256FB (or 0x8256FB) is known color: Medium Slate Blue. HEX triplet: 82, 56 and FB. RGB value is (130,86,251). Sum of RGB (Red+Green+Blue) = 130+86+251=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8256FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8256FB is #7DA904. Grayscale: #757575. Windows color (decimal): -8235269 or 16471682. OLE color: 16471682.
HSL color Cylindrical-coordinate representation of color #8256FB: hue angle of 256º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8256FB is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 86 | 251 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.02 |
| HSL | 256º | 0.95% | 0.66% | - |
| HSV(B) | 256º | 0.66% | 0.98% | - |
| XYZ | 29.95 | 18.37 | 93.23 | - |
| YUV | 117.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 251 | 0.48 | 0.66 | 0 | 0.02 | 256 | 0.95 | 0.66 |
| Hex | 82 | 56 | FB | 30 | 42 | 0 | 2 | 100 | 5F | 42 |
| Octal | 202 | 126 | 373 | 60 | 102 | 0 | 2 | 400 | 137 | 102 |
| Binary | 10000010 | 1010110 | 11111011 | 110000 | 1000010 | 0 | 10 | 100000000 | 1011111 | 1000010 |
Color Harmonies of #8256FB
Complementary color
Monochromatic Colors of #8256FB
Black with #8256FB
Text Example
Text Example
White with #8256FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256FB; }
p { color: rgb(130,86,251); }
H1.HeaderClassName
{
color: #8256FB;
}
.AnyTagClassName
{
color: #8256FB;
}
</style>
background-color css
<style>
a { background-color: #8256FB; }
a { background-color: rgb(130,86,251); }
div.DivClassName
{
background-color: #8256FB;
}
.BgClassName
{
background-color: #8256FB;
}
</style>
border-color css
<style>
span { border-color: #8256FB; }
span { border-color: rgb(130,86,251); }
td.TdClassName
{
border-color: #8256FB;
}
.TagClassName
{
border-color: #8256FB;
}
</style>