Shades of Light Slate Blue #8A6EFE
Tints of Light Slate Blue #8A6EFE
RGB
CMYK
RGB Variations
Color information
#8A6EFE (or 0x8A6EFE) is known color: Light Slate Blue. HEX triplet: 8A, 6E and FE. RGB value is (138,110,254). Sum of RGB (Red+Green+Blue) = 138+110+254=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EFE is #759101. Grayscale: #868686. Windows color (decimal): -7704834 or 16674442. OLE color: 16674442.
HSL color Cylindrical-coordinate representation of color #8A6EFE: hue angle of 251.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A6EFE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 110 | 254 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.00 |
| HSL | 251.67º | 0.99% | 0.71% | - |
| HSV(B) | 251.67º | 0.57% | 1% | - |
| XYZ | 33.95 | 23.71 | 96.55 | - |
| YUV | 134.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 254 | 0.46 | 0.57 | 0 | 0.00 | 251.67 | 0.99 | 0.71 |
| Hex | 8A | 6E | FE | 2E | 39 | 0 | 0 | FC | 63 | 47 |
| Octal | 212 | 156 | 376 | 56 | 71 | 0 | 0 | 374 | 143 | 107 |
| Binary | 10001010 | 1101110 | 11111110 | 101110 | 111001 | 0 | 0 | 11111100 | 1100011 | 1000111 |
Color Harmonies of #8A6EFE
Complementary color
Monochromatic Colors of #8A6EFE
Black with #8A6EFE
Text Example
Text Example
White with #8A6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6EFE; }
p { color: rgb(138,110,254); }
H1.HeaderClassName
{
color: #8A6EFE;
}
.AnyTagClassName
{
color: #8A6EFE;
}
</style>
background-color css
<style>
a { background-color: #8A6EFE; }
a { background-color: rgb(138,110,254); }
div.DivClassName
{
background-color: #8A6EFE;
}
.BgClassName
{
background-color: #8A6EFE;
}
</style>
border-color css
<style>
span { border-color: #8A6EFE; }
span { border-color: rgb(138,110,254); }
td.TdClassName
{
border-color: #8A6EFE;
}
.TagClassName
{
border-color: #8A6EFE;
}
</style>