Shades of Light Slate Blue #8458FE
Tints of Light Slate Blue #8458FE
RGB
CMYK
RGB Variations
Color information
#8458FE (or 0x8458FE) is known color: Light Slate Blue. HEX triplet: 84, 58 and FE. RGB value is (132,88,254). Sum of RGB (Red+Green+Blue) = 132+88+254=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #8458FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458FE is #7BA701. Grayscale: #777777. Windows color (decimal): -8103682 or 16668804. OLE color: 16668804.
HSL color Cylindrical-coordinate representation of color #8458FE: hue angle of 255.9º 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 #8458FE is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 88 | 254 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.00 |
| HSL | 255.9º | 0.99% | 0.67% | - |
| HSV(B) | 255.9º | 0.65% | 1% | - |
| XYZ | 30.89 | 19.04 | 95.81 | - |
| YUV | 120.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 254 | 0.48 | 0.65 | 0 | 0.00 | 255.9 | 0.99 | 0.67 |
| Hex | 84 | 58 | FE | 30 | 41 | 0 | 0 | 100 | 63 | 43 |
| Octal | 204 | 130 | 376 | 60 | 101 | 0 | 0 | 400 | 143 | 103 |
| Binary | 10000100 | 1011000 | 11111110 | 110000 | 1000001 | 0 | 0 | 100000000 | 1100011 | 1000011 |
Color Harmonies of #8458FE
Complementary color
Monochromatic Colors of #8458FE
Black with #8458FE
Text Example
Text Example
White with #8458FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458FE; }
p { color: rgb(132,88,254); }
H1.HeaderClassName
{
color: #8458FE;
}
.AnyTagClassName
{
color: #8458FE;
}
</style>
background-color css
<style>
a { background-color: #8458FE; }
a { background-color: rgb(132,88,254); }
div.DivClassName
{
background-color: #8458FE;
}
.BgClassName
{
background-color: #8458FE;
}
</style>
border-color css
<style>
span { border-color: #8458FE; }
span { border-color: rgb(132,88,254); }
td.TdClassName
{
border-color: #8458FE;
}
.TagClassName
{
border-color: #8458FE;
}
</style>