Shades of Light Slate Blue #8A54FE
Tints of Light Slate Blue #8A54FE
RGB
CMYK
RGB Variations
Color information
#8A54FE (or 0x8A54FE) is known color: Light Slate Blue. HEX triplet: 8A, 54 and FE. RGB value is (138,84,254). Sum of RGB (Red+Green+Blue) = 138+84+254=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A54FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A54FE is #75AB01. Grayscale: #767676. Windows color (decimal): -7711490 or 16667786. OLE color: 16667786.
HSL color Cylindrical-coordinate representation of color #8A54FE: hue angle of 259.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A54FE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 84 | 254 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.00 |
| HSL | 259.06º | 0.99% | 0.66% | - |
| HSV(B) | 259.06º | 0.67% | 1% | - |
| XYZ | 31.54 | 18.9 | 95.75 | - |
| YUV | 119.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 254 | 0.46 | 0.67 | 0 | 0.00 | 259.06 | 0.99 | 0.66 |
| Hex | 8A | 54 | FE | 2E | 43 | 0 | 0 | 103 | 63 | 42 |
| Octal | 212 | 124 | 376 | 56 | 103 | 0 | 0 | 403 | 143 | 102 |
| Binary | 10001010 | 1010100 | 11111110 | 101110 | 1000011 | 0 | 0 | 100000011 | 1100011 | 1000010 |
Color Harmonies of #8A54FE
Complementary color
Monochromatic Colors of #8A54FE
Black with #8A54FE
Text Example
Text Example
White with #8A54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A54FE; }
p { color: rgb(138,84,254); }
H1.HeaderClassName
{
color: #8A54FE;
}
.AnyTagClassName
{
color: #8A54FE;
}
</style>
background-color css
<style>
a { background-color: #8A54FE; }
a { background-color: rgb(138,84,254); }
div.DivClassName
{
background-color: #8A54FE;
}
.BgClassName
{
background-color: #8A54FE;
}
</style>
border-color css
<style>
span { border-color: #8A54FE; }
span { border-color: rgb(138,84,254); }
td.TdClassName
{
border-color: #8A54FE;
}
.TagClassName
{
border-color: #8A54FE;
}
</style>