#9382EF

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

Shades of Light Slate Blue #9382EF

Tints of Light Slate Blue #9382EF

Color information

#9382EF (or 0x9382EF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 82 and EF. RGB value is (147,130,239). Sum of RGB (Red+Green+Blue) = 147+130+239=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #9382EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9382EF is #6C7D10. Grayscale: #939393. Windows color (decimal): -7109905 or 15696531. OLE color: 15696531.

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

Color convert

RGB147130239-
CMYK0.380.4600.06
HSL249.36º77.3%72.35%-
HSV(B)249.36º45.61%93.73%-
XYZ35.628.485.27-
YUV147.51179.63127.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.49%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=28.49%
G=25.19%
B=46.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471302390.380.4600.06249.3677.372.35
Hex9382EF262E06f94d48
Octal223202357465606371115110
Binary10010011100000101110111110011010111001101111100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,130,239); }

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

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

 a { background-color: rgb(147,130,239); }

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

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

 span { border-color: rgb(147,130,239); }

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