Shades of Light Slate Blue #8A59FE
Tints of Light Slate Blue #8A59FE
RGB
CMYK
RGB Variations
Color information
#8A59FE (or 0x8A59FE) is known color: Light Slate Blue. HEX triplet: 8A, 59 and FE. RGB value is (138,89,254). Sum of RGB (Red+Green+Blue) = 138+89+254=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A59FE is #75A601. Grayscale: #797979. Windows color (decimal): -7710210 or 16669066. OLE color: 16669066.
HSL color Cylindrical-coordinate representation of color #8A59FE: hue angle of 257.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A59FE is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 89 | 254 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.00 |
| HSL | 257.82º | 0.99% | 0.67% | - |
| HSV(B) | 257.82º | 0.65% | 1% | - |
| XYZ | 31.94 | 19.7 | 95.89 | - |
| YUV | 122.46 | 202.23 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 254 | 0.46 | 0.65 | 0 | 0.00 | 257.82 | 0.99 | 0.67 |
| Hex | 8A | 59 | FE | 2E | 41 | 0 | 0 | 102 | 63 | 43 |
| Octal | 212 | 131 | 376 | 56 | 101 | 0 | 0 | 402 | 143 | 103 |
| Binary | 10001010 | 1011001 | 11111110 | 101110 | 1000001 | 0 | 0 | 100000010 | 1100011 | 1000011 |
Color Harmonies of #8A59FE
Complementary color
Monochromatic Colors of #8A59FE
Black with #8A59FE
Text Example
Text Example
White with #8A59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59FE; }
p { color: rgb(138,89,254); }
H1.HeaderClassName
{
color: #8A59FE;
}
.AnyTagClassName
{
color: #8A59FE;
}
</style>
background-color css
<style>
a { background-color: #8A59FE; }
a { background-color: rgb(138,89,254); }
div.DivClassName
{
background-color: #8A59FE;
}
.BgClassName
{
background-color: #8A59FE;
}
</style>
border-color css
<style>
span { border-color: #8A59FE; }
span { border-color: rgb(138,89,254); }
td.TdClassName
{
border-color: #8A59FE;
}
.TagClassName
{
border-color: #8A59FE;
}
</style>