Shades of Light Slate Blue #8582FE
Tints of Light Slate Blue #8582FE
RGB
CMYK
RGB Variations
Color information
#8582FE (or 0x8582FE) is known color: Light Slate Blue. HEX triplet: 85, 82 and FE. RGB value is (133,130,254). Sum of RGB (Red+Green+Blue) = 133+130+254=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #8582FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8582FE is #7A7D01. Grayscale: #909090. Windows color (decimal): -8027394 or 16679557. OLE color: 16679557.
HSL color Cylindrical-coordinate representation of color #8582FE: hue angle of 241.45º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8582FE is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 130 | 254 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.00 |
| HSL | 241.45º | 0.98% | 0.75% | - |
| HSV(B) | 241.45º | 0.49% | 1% | - |
| XYZ | 35.54 | 28.11 | 97.32 | - |
| YUV | 145.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 254 | 0.48 | 0.49 | 0 | 0.00 | 241.45 | 0.98 | 0.75 |
| Hex | 85 | 82 | FE | 30 | 31 | 0 | 0 | F1 | 62 | 4B |
| Octal | 205 | 202 | 376 | 60 | 61 | 0 | 0 | 361 | 142 | 113 |
| Binary | 10000101 | 10000010 | 11111110 | 110000 | 110001 | 0 | 0 | 11110001 | 1100010 | 1001011 |
Color Harmonies of #8582FE
Complementary color
Monochromatic Colors of #8582FE
Black with #8582FE
Text Example
Text Example
White with #8582FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582FE; }
p { color: rgb(133,130,254); }
H1.HeaderClassName
{
color: #8582FE;
}
.AnyTagClassName
{
color: #8582FE;
}
</style>
background-color css
<style>
a { background-color: #8582FE; }
a { background-color: rgb(133,130,254); }
div.DivClassName
{
background-color: #8582FE;
}
.BgClassName
{
background-color: #8582FE;
}
</style>
border-color css
<style>
span { border-color: #8582FE; }
span { border-color: rgb(133,130,254); }
td.TdClassName
{
border-color: #8582FE;
}
.TagClassName
{
border-color: #8582FE;
}
</style>