Shades of Medium Slate Blue #805FFA
Tints of Medium Slate Blue #805FFA
RGB
CMYK
RGB Variations
Color information
#805FFA (or 0x805FFA) is known color: Medium Slate Blue. HEX triplet: 80, 5F and FA. RGB value is (128,95,250). Sum of RGB (Red+Green+Blue) = 128+95+250=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #805FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FFA is #7FA005. Grayscale: #797979. Windows color (decimal): -8364038 or 16408448. OLE color: 16408448.
HSL color Cylindrical-coordinate representation of color #805FFA: hue angle of 252.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805FFA is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 95 | 250 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.02 |
| HSL | 252.77º | 0.94% | 0.68% | - |
| HSV(B) | 252.77º | 0.62% | 0.98% | - |
| XYZ | 30.25 | 19.68 | 92.65 | - |
| YUV | 122.54 | 199.93 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 250 | 0.49 | 0.62 | 0 | 0.02 | 252.77 | 0.94 | 0.68 |
| Hex | 80 | 5F | FA | 31 | 3E | 0 | 2 | FD | 5E | 44 |
| Octal | 200 | 137 | 372 | 61 | 76 | 0 | 2 | 375 | 136 | 104 |
| Binary | 10000000 | 1011111 | 11111010 | 110001 | 111110 | 0 | 10 | 11111101 | 1011110 | 1000100 |
Color Harmonies of #805FFA
Complementary color
Monochromatic Colors of #805FFA
Black with #805FFA
Text Example
Text Example
White with #805FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FFA; }
p { color: rgb(128,95,250); }
H1.HeaderClassName
{
color: #805FFA;
}
.AnyTagClassName
{
color: #805FFA;
}
</style>
background-color css
<style>
a { background-color: #805FFA; }
a { background-color: rgb(128,95,250); }
div.DivClassName
{
background-color: #805FFA;
}
.BgClassName
{
background-color: #805FFA;
}
</style>
border-color css
<style>
span { border-color: #805FFA; }
span { border-color: rgb(128,95,250); }
td.TdClassName
{
border-color: #805FFA;
}
.TagClassName
{
border-color: #805FFA;
}
</style>