Shades of Light Slate Blue #8A5DFE
Tints of Light Slate Blue #8A5DFE
RGB
CMYK
RGB Variations
Color information
#8A5DFE (or 0x8A5DFE) is known color: Light Slate Blue. HEX triplet: 8A, 5D and FE. RGB value is (138,93,254). Sum of RGB (Red+Green+Blue) = 138+93+254=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5DFE is #75A201. Grayscale: #7C7C7C. Windows color (decimal): -7709186 or 16670090. OLE color: 16670090.
HSL color Cylindrical-coordinate representation of color #8A5DFE: hue angle of 256.77º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A5DFE is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 93 | 254 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.00 |
| HSL | 256.77º | 0.99% | 0.68% | - |
| HSV(B) | 256.77º | 0.63% | 1% | - |
| XYZ | 32.28 | 20.39 | 96 | - |
| YUV | 124.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 254 | 0.46 | 0.63 | 0 | 0.00 | 256.77 | 0.99 | 0.68 |
| Hex | 8A | 5D | FE | 2E | 3F | 0 | 0 | 101 | 63 | 44 |
| Octal | 212 | 135 | 376 | 56 | 77 | 0 | 0 | 401 | 143 | 104 |
| Binary | 10001010 | 1011101 | 11111110 | 101110 | 111111 | 0 | 0 | 100000001 | 1100011 | 1000100 |
Color Harmonies of #8A5DFE
Complementary color
Monochromatic Colors of #8A5DFE
Black with #8A5DFE
Text Example
Text Example
White with #8A5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5DFE; }
p { color: rgb(138,93,254); }
H1.HeaderClassName
{
color: #8A5DFE;
}
.AnyTagClassName
{
color: #8A5DFE;
}
</style>
background-color css
<style>
a { background-color: #8A5DFE; }
a { background-color: rgb(138,93,254); }
div.DivClassName
{
background-color: #8A5DFE;
}
.BgClassName
{
background-color: #8A5DFE;
}
</style>
border-color css
<style>
span { border-color: #8A5DFE; }
span { border-color: rgb(138,93,254); }
td.TdClassName
{
border-color: #8A5DFE;
}
.TagClassName
{
border-color: #8A5DFE;
}
</style>