#8584EC

Color #8584EC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8584EC

Tints of Light Slate Blue #8584EC

Color information

#8584EC (or 0x8584EC) is unknown color: approx 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

RGB133132236-
CMYK0.440.4400.07
HSL240.58º73.24%72.16%-
HSV(B)240.58º44.07%92.55%-
XYZ33.0627.5582.93-
YUV144.16179.83120.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=26.55%
G=26.35%
B=47.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331322360.440.4400.07240.5873.2472.16
Hex8584EC2C2C07f14948
Octal205204354545407361111110
Binary10000101100001001110110010110010110001111111000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>