#8382EE

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

Shades of Light Slate Blue #8382EE

Tints of Light Slate Blue #8382EE

Color information

#8382EE (or 0x8382EE) is unknown color: approx Light Slate Blue. HEX triplet: 83, 82 and EE. RGB value is (131,130,238). Sum of RGB (Red+Green+Blue) = 131+130+238=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #8382EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8382EE is #7C7D11. Grayscale: #8E8E8E. Windows color (decimal): -8158482 or 15630979. OLE color: 15630979.

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

Color convert

RGB131130238-
CMYK0.450.4500.07
HSL240.56º76.06%72.16%-
HSV(B)240.56º45.38%93.33%-
XYZ32.7826.9684.37-
YUV142.61181.83119.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=26.25%
G=26.05%
B=47.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311302380.450.4500.07240.5676.0672.16
Hex8382EE2D2D07f14c48
Octal203202356555507361114110
Binary10000011100000101110111010110110110101111111000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8382EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,130,238); }

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

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

 a { background-color: rgb(131,130,238); }

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

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

 span { border-color: rgb(131,130,238); }

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