#8384EF

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

Shades of Light Slate Blue #8384EF

Tints of Light Slate Blue #8384EF

Color information

#8384EF (or 0x8384EF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 84 and EF. RGB value is (131,132,239). Sum of RGB (Red+Green+Blue) = 131+132+239=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #8384EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8384EF is #7C7B10. Grayscale: #8F8F8F. Windows color (decimal): -8157969 or 15697027. OLE color: 15697027.

HSL color Cylindrical-coordinate representation of color #8384EF: hue angle of 239.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8384EF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131132239-
CMYK0.450.4500.06
HSL239.44º77.14%72.55%-
HSV(B)239.44º45.19%93.73%-
XYZ33.1927.5685.23-
YUV143.9181.67118.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.10%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=26.10%
G=26.29%
B=47.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311322390.450.4500.06239.4477.1472.55
Hex8384EF2D2D06ef4d49
Octal203204357555506357115111
Binary10000011100001001110111110110110110101101110111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8384EF; }

 p { color: rgb(131,132,239); }

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

<style>
 a { background-color: #8384EF; }

 a { background-color: rgb(131,132,239); }

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

<style>
 span { border-color: #8384EF; }

 span { border-color: rgb(131,132,239); }

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