Shades of Light Slate Blue #8A58FC
Tints of Light Slate Blue #8A58FC
RGB
CMYK
RGB Variations
Color information
#8A58FC (or 0x8A58FC) is known color: Light Slate Blue. HEX triplet: 8A, 58 and FC. RGB value is (138,88,252). Sum of RGB (Red+Green+Blue) = 138+88+252=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A58FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A58FC is #75A703. Grayscale: #797979. Windows color (decimal): -7710468 or 16537738. OLE color: 16537738.
HSL color Cylindrical-coordinate representation of color #8A58FC: hue angle of 258.29º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A58FC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 88 | 252 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.01 |
| HSL | 258.29º | 0.96% | 0.67% | - |
| HSV(B) | 258.29º | 0.65% | 0.99% | - |
| XYZ | 31.54 | 19.41 | 94.18 | - |
| YUV | 121.65 | 201.57 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 88 | 252 | 0.45 | 0.65 | 0 | 0.01 | 258.29 | 0.96 | 0.67 |
| Hex | 8A | 58 | FC | 2D | 41 | 0 | 1 | 102 | 60 | 43 |
| Octal | 212 | 130 | 374 | 55 | 101 | 0 | 1 | 402 | 140 | 103 |
| Binary | 10001010 | 1011000 | 11111100 | 101101 | 1000001 | 0 | 1 | 100000010 | 1100000 | 1000011 |
Color Harmonies of #8A58FC
Complementary color
Monochromatic Colors of #8A58FC
Black with #8A58FC
Text Example
Text Example
White with #8A58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A58FC; }
p { color: rgb(138,88,252); }
H1.HeaderClassName
{
color: #8A58FC;
}
.AnyTagClassName
{
color: #8A58FC;
}
</style>
background-color css
<style>
a { background-color: #8A58FC; }
a { background-color: rgb(138,88,252); }
div.DivClassName
{
background-color: #8A58FC;
}
.BgClassName
{
background-color: #8A58FC;
}
</style>
border-color css
<style>
span { border-color: #8A58FC; }
span { border-color: rgb(138,88,252); }
td.TdClassName
{
border-color: #8A58FC;
}
.TagClassName
{
border-color: #8A58FC;
}
</style>