Shades of Light Slate Blue #8584EC
Tints of Light Slate Blue #8584EC
RGB
CMYK
RGB Variations
Color information
#8584EC (or 0x8584EC) is known color: Light Slate Blue. HEX triplet: 85, 84 and EC. RGB value is (133,132,236). Sum of RGB (Red+Green+Blue) = 133+132+236=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8584EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8584EC is #7A7B13. Grayscale: #8F8F8F. Windows color (decimal): -8026900 or 15500421. OLE color: 15500421.
HSL color Cylindrical-coordinate representation of color #8584EC: hue angle of 240.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8584EC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 132 | 236 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.07 |
| HSL | 240.58º | 0.73% | 0.72% | - |
| HSV(B) | 240.58º | 0.44% | 0.93% | - |
| XYZ | 33.06 | 27.55 | 82.93 | - |
| YUV | 144.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 236 | 0.44 | 0.44 | 0 | 0.07 | 240.58 | 0.73 | 0.72 |
| Hex | 85 | 84 | EC | 2C | 2C | 0 | 7 | F1 | 49 | 48 |
| Octal | 205 | 204 | 354 | 54 | 54 | 0 | 7 | 361 | 111 | 110 |
| Binary | 10000101 | 10000100 | 11101100 | 101100 | 101100 | 0 | 111 | 11110001 | 1001001 | 1001000 |
Color Harmonies of #8584EC
Complementary color
Monochromatic Colors of #8584EC
Black with #8584EC
Text Example
Text Example
White with #8584EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8584EC; }
p { color: rgb(133,132,236); }
H1.HeaderClassName
{
color: #8584EC;
}
.AnyTagClassName
{
color: #8584EC;
}
</style>
background-color css
<style>
a { background-color: #8584EC; }
a { background-color: rgb(133,132,236); }
div.DivClassName
{
background-color: #8584EC;
}
.BgClassName
{
background-color: #8584EC;
}
</style>
border-color css
<style>
span { border-color: #8584EC; }
span { border-color: rgb(133,132,236); }
td.TdClassName
{
border-color: #8584EC;
}
.TagClassName
{
border-color: #8584EC;
}
</style>