Shades of Light Slate Blue #8582F6
Tints of Light Slate Blue #8582F6
RGB
CMYK
RGB Variations
Color information
#8582F6 (or 0x8582F6) is known color: Light Slate Blue. HEX triplet: 85, 82 and F6. RGB value is (133,130,246). Sum of RGB (Red+Green+Blue) = 133+130+246=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #8582F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8582F6 is #7A7D09. Grayscale: #8F8F8F. Windows color (decimal): -8027402 or 16155269. OLE color: 16155269.
HSL color Cylindrical-coordinate representation of color #8582F6: hue angle of 241.55º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8582F6 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 130 | 246 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.04 |
| HSL | 241.55º | 0.87% | 0.74% | - |
| HSV(B) | 241.55º | 0.47% | 0.96% | - |
| XYZ | 34.29 | 27.61 | 90.71 | - |
| YUV | 144.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 246 | 0.46 | 0.47 | 0 | 0.04 | 241.55 | 0.87 | 0.74 |
| Hex | 85 | 82 | F6 | 2E | 2F | 0 | 4 | F2 | 57 | 4A |
| Octal | 205 | 202 | 366 | 56 | 57 | 0 | 4 | 362 | 127 | 112 |
| Binary | 10000101 | 10000010 | 11110110 | 101110 | 101111 | 0 | 100 | 11110010 | 1010111 | 1001010 |
Color Harmonies of #8582F6
Complementary color
Monochromatic Colors of #8582F6
Black with #8582F6
Text Example
Text Example
White with #8582F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582F6; }
p { color: rgb(133,130,246); }
H1.HeaderClassName
{
color: #8582F6;
}
.AnyTagClassName
{
color: #8582F6;
}
</style>
background-color css
<style>
a { background-color: #8582F6; }
a { background-color: rgb(133,130,246); }
div.DivClassName
{
background-color: #8582F6;
}
.BgClassName
{
background-color: #8582F6;
}
</style>
border-color css
<style>
span { border-color: #8582F6; }
span { border-color: rgb(133,130,246); }
td.TdClassName
{
border-color: #8582F6;
}
.TagClassName
{
border-color: #8582F6;
}
</style>