Shades of Light Slate Blue #8A59FB
Tints of Light Slate Blue #8A59FB
RGB
CMYK
RGB Variations
Color information
#8A59FB (or 0x8A59FB) is known color: Light Slate Blue. HEX triplet: 8A, 59 and FB. RGB value is (138,89,251). Sum of RGB (Red+Green+Blue) = 138+89+251=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A59FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A59FB is #75A604. Grayscale: #797979. Windows color (decimal): -7710213 or 16472458. OLE color: 16472458.
HSL color Cylindrical-coordinate representation of color #8A59FB: hue angle of 258.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A59FB is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 89 | 251 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.02 |
| HSL | 258.15º | 0.95% | 0.67% | - |
| HSV(B) | 258.15º | 0.65% | 0.98% | - |
| XYZ | 31.47 | 19.51 | 93.37 | - |
| YUV | 122.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 251 | 0.45 | 0.65 | 0 | 0.02 | 258.15 | 0.95 | 0.67 |
| Hex | 8A | 59 | FB | 2D | 41 | 0 | 2 | 102 | 5F | 43 |
| Octal | 212 | 131 | 373 | 55 | 101 | 0 | 2 | 402 | 137 | 103 |
| Binary | 10001010 | 1011001 | 11111011 | 101101 | 1000001 | 0 | 10 | 100000010 | 1011111 | 1000011 |
Color Harmonies of #8A59FB
Complementary color
Monochromatic Colors of #8A59FB
Black with #8A59FB
Text Example
Text Example
White with #8A59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59FB; }
p { color: rgb(138,89,251); }
H1.HeaderClassName
{
color: #8A59FB;
}
.AnyTagClassName
{
color: #8A59FB;
}
</style>
background-color css
<style>
a { background-color: #8A59FB; }
a { background-color: rgb(138,89,251); }
div.DivClassName
{
background-color: #8A59FB;
}
.BgClassName
{
background-color: #8A59FB;
}
</style>
border-color css
<style>
span { border-color: #8A59FB; }
span { border-color: rgb(138,89,251); }
td.TdClassName
{
border-color: #8A59FB;
}
.TagClassName
{
border-color: #8A59FB;
}
</style>