Shades of Medium Slate Blue #8059FA
Tints of Medium Slate Blue #8059FA
RGB
CMYK
RGB Variations
Color information
#8059FA (or 0x8059FA) is known color: Medium Slate Blue. HEX triplet: 80, 59 and FA. RGB value is (128,89,250). Sum of RGB (Red+Green+Blue) = 128+89+250=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #8059FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8059FA is #7FA605. Grayscale: #767676. Windows color (decimal): -8365574 or 16406912. OLE color: 16406912.
HSL color Cylindrical-coordinate representation of color #8059FA: hue angle of 254.53º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8059FA is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 89 | 250 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.02 |
| HSL | 254.53º | 0.94% | 0.66% | - |
| HSV(B) | 254.53º | 0.64% | 0.98% | - |
| XYZ | 29.73 | 18.64 | 92.47 | - |
| YUV | 119.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 250 | 0.49 | 0.64 | 0 | 0.02 | 254.53 | 0.94 | 0.66 |
| Hex | 80 | 59 | FA | 31 | 40 | 0 | 2 | FF | 5E | 42 |
| Octal | 200 | 131 | 372 | 61 | 100 | 0 | 2 | 377 | 136 | 102 |
| Binary | 10000000 | 1011001 | 11111010 | 110001 | 1000000 | 0 | 10 | 11111111 | 1011110 | 1000010 |
Color Harmonies of #8059FA
Complementary color
Monochromatic Colors of #8059FA
Black with #8059FA
Text Example
Text Example
White with #8059FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059FA; }
p { color: rgb(128,89,250); }
H1.HeaderClassName
{
color: #8059FA;
}
.AnyTagClassName
{
color: #8059FA;
}
</style>
background-color css
<style>
a { background-color: #8059FA; }
a { background-color: rgb(128,89,250); }
div.DivClassName
{
background-color: #8059FA;
}
.BgClassName
{
background-color: #8059FA;
}
</style>
border-color css
<style>
span { border-color: #8059FA; }
span { border-color: rgb(128,89,250); }
td.TdClassName
{
border-color: #8059FA;
}
.TagClassName
{
border-color: #8059FA;
}
</style>