Shades of Light Slate Blue #8A5EFF
Tints of Light Slate Blue #8A5EFF
RGB
CMYK
RGB Variations
Color information
#8A5EFF (or 0x8A5EFF) is known color: Light Slate Blue. HEX triplet: 8A, 5E and FF. RGB value is (138,94,255). Sum of RGB (Red+Green+Blue) = 138+94+255=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5EFF is #75A100. Grayscale: #7C7C7C. Windows color (decimal): -7708929 or 16735882. OLE color: 16735882.
HSL color Cylindrical-coordinate representation of color #8A5EFF: hue angle of 256.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A5EFF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 94 | 255 | - |
| CMYK | 0.46 | 0.63 | 0 | 0 |
| HSL | 256.4º | 1% | 0.68% | - |
| HSV(B) | 256.4º | 0.63% | 1% | - |
| XYZ | 32.53 | 20.63 | 96.87 | - |
| YUV | 125.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 255 | 0.46 | 0.63 | 0 | 0 | 256.4 | 1 | 0.68 |
| Hex | 8A | 5E | FF | 2E | 3F | 0 | 0 | 100 | 64 | 44 |
| Octal | 212 | 136 | 377 | 56 | 77 | 0 | 0 | 400 | 144 | 104 |
| Binary | 10001010 | 1011110 | 11111111 | 101110 | 111111 | 0 | 0 | 100000000 | 1100100 | 1000100 |
Color Harmonies of #8A5EFF
Complementary color
Monochromatic Colors of #8A5EFF
Black with #8A5EFF
Text Example
Text Example
White with #8A5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5EFF; }
p { color: rgb(138,94,255); }
H1.HeaderClassName
{
color: #8A5EFF;
}
.AnyTagClassName
{
color: #8A5EFF;
}
</style>
background-color css
<style>
a { background-color: #8A5EFF; }
a { background-color: rgb(138,94,255); }
div.DivClassName
{
background-color: #8A5EFF;
}
.BgClassName
{
background-color: #8A5EFF;
}
</style>
border-color css
<style>
span { border-color: #8A5EFF; }
span { border-color: rgb(138,94,255); }
td.TdClassName
{
border-color: #8A5EFF;
}
.TagClassName
{
border-color: #8A5EFF;
}
</style>