Shades of Light Slate Blue #8459FE
Tints of Light Slate Blue #8459FE
RGB
CMYK
RGB Variations
Color information
#8459FE (or 0x8459FE) is known color: Light Slate Blue. HEX triplet: 84, 59 and FE. RGB value is (132,89,254). Sum of RGB (Red+Green+Blue) = 132+89+254=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #8459FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459FE is #7BA601. Grayscale: #787878. Windows color (decimal): -8103426 or 16669060. OLE color: 16669060.
HSL color Cylindrical-coordinate representation of color #8459FE: hue angle of 255.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8459FE is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 89 | 254 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.00 |
| HSL | 255.64º | 0.99% | 0.67% | - |
| HSV(B) | 255.64º | 0.65% | 1% | - |
| XYZ | 30.98 | 19.21 | 95.84 | - |
| YUV | 120.67 | 203.25 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 254 | 0.48 | 0.65 | 0 | 0.00 | 255.64 | 0.99 | 0.67 |
| Hex | 84 | 59 | FE | 30 | 41 | 0 | 0 | 100 | 63 | 43 |
| Octal | 204 | 131 | 376 | 60 | 101 | 0 | 0 | 400 | 143 | 103 |
| Binary | 10000100 | 1011001 | 11111110 | 110000 | 1000001 | 0 | 0 | 100000000 | 1100011 | 1000011 |
Color Harmonies of #8459FE
Complementary color
Monochromatic Colors of #8459FE
Black with #8459FE
Text Example
Text Example
White with #8459FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459FE; }
p { color: rgb(132,89,254); }
H1.HeaderClassName
{
color: #8459FE;
}
.AnyTagClassName
{
color: #8459FE;
}
</style>
background-color css
<style>
a { background-color: #8459FE; }
a { background-color: rgb(132,89,254); }
div.DivClassName
{
background-color: #8459FE;
}
.BgClassName
{
background-color: #8459FE;
}
</style>
border-color css
<style>
span { border-color: #8459FE; }
span { border-color: rgb(132,89,254); }
td.TdClassName
{
border-color: #8459FE;
}
.TagClassName
{
border-color: #8459FE;
}
</style>