#8084EE

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

Shades of Light Slate Blue #8084EE

Tints of Light Slate Blue #8084EE

Color information

#8084EE (or 0x8084EE) is unknown color: approx Light Slate Blue. HEX triplet: 80, 84 and EE. RGB value is (128,132,238). Sum of RGB (Red+Green+Blue) = 128+132+238=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #8084EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8084EE is #7F7B11. Grayscale: #8E8E8E. Windows color (decimal): -8354578 or 15631488. OLE color: 15631488.

HSL color Cylindrical-coordinate representation of color #8084EE: hue angle of 237.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8084EE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128132238-
CMYK0.460.4500.07
HSL237.82º76.39%71.76%-
HSV(B)237.82º46.22%93.33%-
XYZ32.5927.2684.43-
YUV142.89181.67117.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 238 (93.36% from 255) = 47.79%
R=25.70%
G=26.51%
B=47.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281322380.460.4500.07237.8276.3971.76
Hex8084EE2E2D07ee4c48
Octal200204356565507356114110
Binary10000000100001001110111010111010110101111110111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8084EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8084EE; }

 p { color: rgb(128,132,238); }

 H1.HeaderClassName
 {
   color: #8084EE;
 }
 .AnyTagClassName
 {
   color: #8084EE;
 }
</style>
background-color css

<style>
 a { background-color: #8084EE; }

 a { background-color: rgb(128,132,238); }

 div.DivClassName
 {
   background-color: #8084EE;
 }
 .BgClassName
 {
   background-color: #8084EE;
 }
</style>
border-color css

<style>
 span { border-color: #8084EE; }

 span { border-color: rgb(128,132,238); }

 td.TdClassName
 {
   border-color: #8084EE;
 }
 .TagClassName
 {
   border-color: #8084EE;
 }
</style>